nishdeprecated

A Node.js Interactive shell.

Usage no npm install needed!

<script type="module">
  import nish from 'https://cdn.skypack.dev/nish';
</script>

README

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.