https://github.com/lestoni/term-slides
Presentation in the terminal! THUG LIFE!
https://github.com/lestoni/term-slides
Last synced: about 1 year ago
JSON representation
Presentation in the terminal! THUG LIFE!
- Host: GitHub
- URL: https://github.com/lestoni/term-slides
- Owner: lestoni
- License: other
- Created: 2015-10-03T21:29:56.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-10-04T11:06:21.000Z (over 10 years ago)
- Last Synced: 2025-03-11T20:47:31.793Z (about 1 year ago)
- Language: JavaScript
- Size: 387 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# term-slides
Run a presentation in the terminal with markdown written slides.
Separate sections using `---`. See example `slide.md`.

## Install.
```
$ npm install -g term-slides
```
## Usage.
```
$ term-slides --slides=slide1.md slide2.md slide3.md
```
Use key `q` or `CTRL+c` to quit presentation.
## License.
MIT.