Sha256: f68c34131fb279bd9fa30f915005cbd124bb68c8b85cfe56ad519a3fb327b386
Contents?: true
Size: 624 Bytes
Versions: 26
Compression:
Stored size: 624 Bytes
Contents
# learn-submit Handles submitting Learn.co lessons. ## Installation Install with: ``` $ gem install learn-submit ``` Alternatively, add this line to your application's Gemfile: ```ruby gem 'learn-submit' ``` And then execute: $ bundle ## Usage From within a Learn.co lesson directory, run: ``` $ learn-submit ``` ## Contributing 1. Fork it ( https://github.com/flatiron-labs/learn-submit/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
26 entries across 26 versions & 1 rubygems