slush-slides

A (slush) slidedeck generator

MIT License

Downloads
21
Stars
4
Committers
2

slush-slides NPM version Build Status Dependency Status

A (slush) slidedeck generator.

See the demo (also includes usage guide).

Installation

** Install slush, gulp and bower, if haven't got them already (why not?!) **

  1. npm install -g slush
  2. npm install -g gulp
  3. npm install -g bower

Install slush-slides

  1. npm install -g slush-slides

Usage

  1. In an empty directory, run slush slides. This will give you a nice boilerplate structure to generate your slides.
  2. Edit a slide in slides/.
  3. Run gulp to generate the slide-deck.
  4. See your masterpiece at index.html.

Roadmap

  • Gulp tasks for converting your slides to images / a PDF
  • Better image path handling
  • Themes and or templates
  • And more