Command line slide deck
$ git clone git@github.com:sideshowcoder/cdeck.git
$ cd cdeck && rake build && rake install
$ thor install bin/cdeck.thor
create a folder with .mdown files, numbered as your slides and run CommandDeck on this folder
$ thor cdeck:present ./my_slides
- n to go to next slide
- p to go to the previous slide
- q to quit
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Added some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request