Releases: Vandesm14/node-shell
Releases · Vandesm14/node-shell
0.0.1-alpha
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 runnode-shell-init
and to initialize the shellnode-shell-init
: The improperly named binary that does the project scanning and creates a resulting.sh
in the/tmp
directory fornode-shell
to create a shell from.