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

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

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)