⚠️ This gem is no longer maintained or supported
Installation
Install with:
$ gem install learn-co
Alternatively, add this line to your application's Gemfile:
gem 'learn-co'
And then execute:
$ bundle
Usage
From within a Learn.co lesson directory, run:
$ learn [command]
Contributing
- Fork it ( https://github.com/learn-co/learn-co/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