@0x77/nsh

Unix shell powered by JavaScript

Usage no npm install needed!

<script type="module">
  import 0x77Nsh from 'https://cdn.skypack.dev/@0x77/nsh';
</script>

README

nsh logo

nsh

Unix shell powered by JavaScript

oclif Version Codecov Downloads/week License

Usage

$ npm install -g nsh
$ nsh COMMAND
running command...
$ nsh (-v|--version|version)
nsh/0.0.0 darwin-x64 node-v14.7.0
$ nsh --help [COMMAND]
USAGE
  $ nsh COMMAND
...

Commands

nsh hello [FILE]

describe the command here

USAGE
  $ nsh hello [FILE]

OPTIONS
  -f, --force
  -h, --help       show CLI help
  -n, --name=name  name to print

EXAMPLE
  $ nsh hello
  hello world from ./src/hello.ts!

See code: src/commands/hello.ts

nsh help [COMMAND]

display help for nsh

USAGE
  $ nsh help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help


Special thanks to https://bashlogo.com/ and https://prospectone.io/ for creating bash logo, we took it as a base for our logo.