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

https://github.com/jadedblueeyes/rvl-cli


https://github.com/jadedblueeyes/rvl-cli

Last synced: 5 days ago
JSON representation

Awesome Lists containing this project

README

        

# rvl-cli

[![npm](https://img.shields.io/npm/v/rvl-cli.svg)](https://www.npmjs.com/package/rvl-cli) ![licence](https://img.shields.io/npm/l/rvl-cli.svg) ![GitHub last commit](https://img.shields.io/github/last-commit/JoelEllis/rvl-cli.svg)

> 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.