An open API service indexing awesome lists of open source software.

https://github.com/denysdovhan/slides-javascript-shells

Slides for my talk about JavaScript Shells
https://github.com/denysdovhan/slides-javascript-shells

chernivtsijs javascript javascript-shells kharkivjs slide slides spectacle ternopiljs

Last synced: 4 months ago
JSON representation

Slides for my talk about JavaScript Shells

Awesome Lists containing this project

README

          

# slides-javascript-shells [![Build Status][travis-image]][travis-url]

> Slides for my talk about JavaScript Shells

## Scripts

* `npm start` — start up the [local server](http://localhost:3000).
* `npm build` — build the presentation in `dist` folder
* `npm deploy` — build the presentation and deploy at [GitHub Pages](https://pages.github.com/)
* `npm lint` — check all files via [ESLint](eslint.org)
* `npm clean` — clean `dist` folder

# Demos

```sh
# 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](http://denysdovhan.com)

[travis-url]: https://travis-ci.org/denysdovhan/slides-javascript-shells
[travis-image]: https://img.shields.io/travis/denysdovhan/slides-javascript-shells.svg?style=flat-square