Mdpresent
Wrapper over mdpress for easy deployment
Installation
$ gem install mdpresent
Prerequisites
- Git
- To deploy on heroku (optional)
Usage
$ mdpresent new slides
$ mdpresent setup heroku
$ mdpresent deploy
TODO: Add instructions to deploy on github
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request