Skip to content

Releases: Vandesm14/node-shell

0.0.1-alpha

28 Jun 14:23
Compare
Choose a tag to compare
0.0.1-alpha Pre-release
Pre-release

Node-shell is born! I haven't gotten a proper build process yet, so I don't have any binaries to attach. And, even if I did, they would be way too large to release. I plan on rewriting this in Rust to get a smaller footprint and to have a rethink on the overall structure.

However, if you're the adventurous type, you can still use node-shell! Simply download Deno and NodeJS + NPM. Next, clone this repository, enter the directory, and run npm run compile. Once that is complete, there will be two files in the ./bin/ directory:

  • node-shell: Is a shell script that is used as the main binary to run node-shell-init and to initialize the shell
  • node-shell-init: The improperly named binary that does the project scanning and creates a resulting .sh in the /tmp directory for node-shell to create a shell from.