https://github.com/denysdovhan/slides-cross-shell-prompts
Slides for my talk about cross-shell prompts in JavaScript
https://github.com/denysdovhan/slides-cross-shell-prompts
javascript odessajs slide slides spectacle
Last synced: 7 months ago
JSON representation
Slides for my talk about cross-shell prompts in JavaScript
- Host: GitHub
- URL: https://github.com/denysdovhan/slides-cross-shell-prompts
- Owner: denysdovhan
- License: mit
- Created: 2017-06-27T08:37:19.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-02T11:59:21.000Z (over 8 years ago)
- Last Synced: 2025-01-17T16:55:55.694Z (9 months ago)
- Topics: javascript, odessajs, slide, slides, spectacle
- Language: JavaScript
- Homepage: https://denysdovhan.com/slides-cross-shell-prompts/
- Size: 42.6 MB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# slides-cross-shell-prompts
> 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## License
MIT © [Denys Dovhan](http://denysdovhan.com)