https://github.com/jadedblueeyes/rvl-cli
https://github.com/jadedblueeyes/rvl-cli
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jadedblueeyes/rvl-cli
- Owner: JadedBlueEyes
- Created: 2019-07-07T19:54:33.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-04T02:01:13.000Z (over 2 years ago)
- Last Synced: 2025-06-12T20:02:51.656Z (5 days ago)
- Language: JavaScript
- Size: 270 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rvl-cli
[](https://www.npmjs.com/package/rvl-cli)  
> A cli for quickly creating Reveal.js slideshows using MarkDown.
## Install
Install with [npm](https://www.npmjs.com/)
```sh
npm i rvl-cli -g
```## Usage
`demo.md`:
```markdown
---
title: My First Slideshow
theme: black
---Yay
---
## Second Slide
Nice!
```
```sh
rvl demo.md
```## Contributing
Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](https://github.com/JoelEllis/rvl-cli/issues).
## Author
**Joel Ellis**
* [github/JoelEllis](https://github.com/JoelEllis)
* [twitter/_JoelEllis](http://twitter.com/_JoelEllis)## License
Copyright © 2019 [Joel Ellis](#Author).
Licensed under the (MIT OR Apache-2.0) license.