Sha256: 4aa6d9a6bdd16496d460f46b42bd10939588f48b1da357b239c5db210c942c8e
Contents?: true
Size: 739 Bytes
Versions: 1
Compression:
Stored size: 739 Bytes
Contents
# Slideparts Slidepartsはスライドをコマンドベースで簡単に作成できます。 ## Installation Add this line to your application's Gemfile: ```ruby gem 'slideparts' ``` And then execute: $ bundle Or install it yourself as: $ gem install slideparts ## Usage create project: $ slide new sample_slide $ cd sample_slide $ slide build $ slide server access: http://localhost:3000/ ## Contributing 1. Fork it ( https://github.com/[my-github-username]/slideparts/fork ) 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create a new Pull Request
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
slideparts-0.0.1 | README.md |