0.1.1 • Published 9 years ago

generator-flowtime v0.1.1

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

generator-flowtime

Build Status Dependency Status

Yeoman generator for slide template with flowtime.js

Installation

$ npm install -g yo generator-flowtime

scaffolding

$ mkdir flowtime && cd $_
$ yo flowtime

run

$ grunt
  1. start server at localhost:3000
  2. compile Jade, Stylus and CoffeeScript
  3. start watching for files, and start livereload
  4. recompile for file when file updated
  5. reload browser when file updated

create zip archive for slide

$ grunt archive

appended keys for slide

  • Enter
    • move to next page
    • similar to down key
  • Shift-Enter
    • move to previous page
    • similar to up key

Contributors

License

The MIT license. Please see LICENSE file.

0.1.1

9 years ago

0.1.0

11 years ago