Slides for my talk about JavaScript Shells
npm start— start up the local server.npm build— build the presentation indistfoldernpm deploy— build the presentation and deploy at GitHub Pagesnpm lint— check all files via ESLintnpm clean— cleandistfolder
# 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
$ awkwardMIT © Denys Dovhan