confetti-cli
v0.1.14
Published
Command line interface for Confetti, a tool for enriching your online slide decks.
Downloads
19
Maintainers
Readme
Confetti enriches your slide deck.
[ Please note: The project is still under construction. It's not a stable version. :) ]
Confetti is the static site generator that helps you to enrich, publish and share beautiful HTML5 presentations. Confetti provides a way to turn your slides in an amazing online presentation using any of supported themes. It also allows to let advanced CSS and JavaScript for customized slide decks. Why not get started now?
Installation
Install the library as any other global npm package. Be sure to have npm, git and node installed. If your computer already has these, just install Confetti with npm:
$ npm install confetti-cli -g
Quick Start
Setup your slide deck
The init command create a folder (named deck
) with the assets that make
up a slide deck.
$ confetti init
$ cd deck
Start the server
Confetti includes a local server utility to allow quick live-previewing of the slide deck.
$ confetti server
Docs
For detailed usage please head to https://andreamangano.github.io/confetti-cli
Author
Confetti © Andrea Mangano, Released under the MIT License.
andreamangano.com · Twitter @andreaman87
License
Licensed under MIT License. © Andrea Mangano.