Learn

A gem to take an interactive (CLI) course based on challenges

Installation

Add this line to your application's Gemfile:

gem 'learn'

And then execute:

$ bundle

Or install it yourself as:

$ gem install learn

Usage

  1. Subscribe to the course you're gonna take by writing learn <course>
  2. You will receive your first task in the output
  3. When you complete your task, submit it by writing learn <course> <response>
  4. If the task is accepted, you'll get the next task
  5. If there are no more tasks, you'll get a "CHALLENGE COMPLETED!" output

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Added some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request