0.2.0 • Published 9 years ago

generator-remark-slides v0.2.0

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

generator-remark-slides

Build Status Dependency Status Code Climate Gitter chat

Remark Slides generator creates a fully working skeleton of creating slideshows that run in webbrowser by editing just a markdown formatted file.

Installation

To install generator-remark-slide from npm, run:

npm install -g generator-remark-slides

Or to install it from github directly:

git clone https://github.com/rasjani/generator-remark-slides.git
cd generator-remark-slides
sudo npm link

Finally, initiate the generator:

yo remark-slides

And answer couple of questions.

Usage:

  • edit your markdown file
  • (optional) edit css file
  • (optional) edit template file
  • and finally run following command and your slides should be found under dist/index.html
grunt
  • your slides are now in dist/index.html

More info about writing slides:

License

MIT