0.0.1-alpha #2
Vandesm14
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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-initand to initialize the shellnode-shell-init: The improperly named binary that does the project scanning and creates a resulting.shin the/tmpdirectory fornode-shellto create a shell from.This discussion was created from the release 0.0.1-alpha.
Beta Was this translation helpful? Give feedback.
All reactions