Sha256: 601718801648570a9fcfca6f076b51f600c2d9b57c138a8acdb2c89f5348386d
Contents?: true
Size: 661 Bytes
Versions: 1
Compression:
Stored size: 661 Bytes
Contents
# Motion Gem A extension to the `motion` command that allows generating RubyMotion optimized gems. Inspired by the `bundle gem` command. ## Installation Add this line to your application's Gemfile: gem 'motion-gem' And then execute: $ bundle Or install it yourself as: $ gem install motion-gem ## Usage ```bash # Create a RubyMotion gem motion gem GEM # Show usage information motion gem -h ``` ## Contributing 1. Fork it 2. Create your feature branch (`git checkout -b feature/my-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin feature/my-feature`) 5. Create new Pull Request
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
motion-gem-0.1.0 | README.md |