Slidepartsはスライドをコマンドベースで簡単に作成できます。
Add this line to your application's Gemfile:
gem 'slideparts'
And then execute:
$ bundle
Or install it yourself as:
$ gem install slideparts
create project:
$ slide new sample_slide
$ cd sample_slide
$ slide build
$ slide server
access:
http://localhost:3000/
- Fork it ( https://github.com/[my-github-username]/slideparts/fork )
- 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 a new Pull Request