Skip to content

Latest commit

 

History

History
executable file
·
40 lines (27 loc) · 997 Bytes

README.md

File metadata and controls

executable file
·
40 lines (27 loc) · 997 Bytes

slides-javascript-shells Build Status

Slides for my talk about JavaScript Shells

Scripts

  • npm start — start up the local server.
  • npm build — build the presentation in dist folder
  • npm deploy — build the presentation and deploy at GitHub Pages
  • npm lint — check all files via ESLint
  • npm clean — clean dist folder

Demos

# 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

License

MIT © Denys Dovhan