Slides for my talk about JavaScript Shells
npm start
— start up the local server.npm build
— build the presentation indist
foldernpm deploy
— build the presentation and deploy at GitHub Pagesnpm lint
— check all files via ESLintnpm clean
— cleandist
folder
# Link demos as global packages
$ npm link
# Run dead-simple js-shell
$ js-shell-simple
# Run js-shell with SIGINT, SIGTSTP and SIGCONT event
$ js-shell-evented
# Run js-shell with command execution
$ js-shell-exec
# Run simple Vorpal example
$ vorpal
# Run Awkward shell
$ awkward
MIT © Denys Dovhan