generator-io-slides
v0.0.2
Published
A yeoman generator for IO-slides, a presentation tool based on google IO-2012-slides with a few enhancements.
Downloads
3
Readme
generator-io-slides
A Yeoman generator for IO-slides, a presentation tool based on google io-2012-slides with a few enhancements.
Getting Started
Install yeoman and the io-slides generator globally and start the generation
$ npm install -g yo generator-io-slides
$ mkdir name_of_your_app && cd $_
$ yo io-slides
To launch the presentation, open "template.html". (Grunt task to run a server and launch the presentation coming soon).
$ open template.html
Notes
Early alpha phase, use at your own risk!
Don't hesitate to fill an issue if you find a bug or need a feature. Pull requests also gladly accepted!
Release history
0.0.1:
- scaffold a presentation with user name and presentation name
- publication on npm