0.2.4 • Published 9 years ago

generator-shower v0.2.4

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

generator-shower Build Status

This is a Yeoman generator for the Shower presentation engine

Getting Started

Installing Yeoman?

This generator required yeoman, it can be installed from npm:

$ npm install -g yo

Yeoman Generators

Yeoman travels light. He didn't pack any generators when he moved in. You can think of a generator like a plug-in. You get to choose what type of application you wish to create, such as a Backbone application or even a Chrome extension.

To install generator-shower from npm, run:

$ npm install -g generator-shower

Generating Shower presentation

Navigate into a folder where you want your presentation

$ yo shower

Answer the questions, then open presentation/index.html in your browser.

Adding slides to your Shower presentation

Generate empty slide

$ yo shower:slide "Slide title"

Generate empty list slide

$ yo shower:list "Slide title"

Generate empty table slide

$ yo shower:table "Slide title"

Generate empty shout slide

$ yo shower:shout "Slide title"

Generate empty quote slide

$ yo shower:quote "Slide title"

Generate empty code slide

$ yo shower:code "Slide title"

License

MIT

0.2.4

9 years ago

0.2.3

10 years ago

0.2.2

10 years ago

0.2.0

10 years ago

0.1.6

10 years ago

0.1.4

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago