Skip to content

chernivtsijs/slides-javascript-shells

 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 96.3%
  • HTML 3.7%