Skip to content
/ revli Public

A cli to create reveal.js presentations

License

Notifications You must be signed in to change notification settings

Akida31/revli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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