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