0.0.1 • Published 10 years ago

nish v0.0.1

Weekly downloads
4
License
MIT
Repository
github
Last release
10 years ago

nish

A Node.js Interactive Shell. A work in progress, right now.

Right now, it create creates a node REPL, with a prompt where you can run commands as you would in any shell, e.g. BASH. If what you typed is not recognized as a command, it's evaluated like it would be in any REPL.

To run, simply type node app.js.

As mentioned, it's still in progress.