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
- Host: GitHub
- URL: https://github.com/denysdovhan/slides-javascript-shells
- Owner: denysdovhan
- License: mit
- Created: 2016-10-15T19:50:08.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-19T11:06:01.000Z (about 9 years ago)
- Last Synced: 2025-01-17T16:55:55.057Z (about 1 year ago)
- Topics: chernivtsijs, javascript, javascript-shells, kharkivjs, slide, slides, spectacle, ternopiljs
- Language: JavaScript
- Homepage: http://denysdovhan.com/slides-javascript-shells
- Size: 24.2 MB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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