A cli to create reveal.js presentations
- JavaScript 59%
- HTML 24.5%
- SCSS 12.4%
- Python 3.5%
- CSS 0.3%
- Other 0.3%
|
|
||
|---|---|---|
| revli | version 0.1.0 | |
| .gitignore | version 0.1.0 | |
| LICENSE | version 0.1.0 | |
| README.md | version 0.1.0 | |
| setup.py | version 0.1.0 | |
revli
revli is a cli tool to create reveal.js presentations and manage their plugins
This tool is still in development. Everything can change!
Installation:
pip install revli
Usage:
-
create a new presentation:
revli create [--path path] [--name name]nameis the name of the presentationpathis the path where the foldernamecontaining the presentation should be created
-
cd in the new directory
cd reveal.jsorcd <name>if a custom name was used in the creation -
get all available plugins:
revli plugin list -
add a plugin to the presentation:
revli plugin add <plugin_name>plugin_nameis the name of the plugin
-
open
index.html
Plugins
License
MIT licensed Copyright (C) 2020 Akida31