Socket
Socket
Sign inDemoInstall

generator-shower

Package Overview
Dependencies
605
Maintainers
2
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    generator-shower

Yeoman generator


Version published
Weekly downloads
13
increased by550%
Maintainers
2
Install size
13.3 MB
Created
Weekly downloads
 

Readme

Source

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

Keywords

FAQs

Last updated on 07 Dec 2014

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc