1
0
Fork
You've already forked revli
0
A cli to create reveal.js presentations
  • JavaScript 59%
  • HTML 24.5%
  • SCSS 12.4%
  • Python 3.5%
  • CSS 0.3%
  • Other 0.3%
2020年12月30日 17:18:57 +01:00
revli version 0.1.0 2020年12月30日 17:18:57 +01:00
.gitignore version 0.1.0 2020年12月30日 17:18:57 +01:00
LICENSE version 0.1.0 2020年12月30日 17:18:57 +01:00
README.md version 0.1.0 2020年12月30日 17:18:57 +01:00
setup.py version 0.1.0 2020年12月30日 17:18:57 +01:00

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]

    • name is the name of the presentation
    • path is the path where the folder name containing the presentation should be created
  • cd in the new directory cd reveal.js or cd <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_name is the name of the plugin
  • open index.html

Plugins

License

MIT licensed Copyright (C) 2020 Akida31