Sha256: 0036d4514a3d3f1811fb5d7bf748ddaa61d83be1062be2d77a86f285e5d0d04d
Contents?: true
Size: 687 Bytes
Versions: 3
Compression:
Stored size: 687 Bytes
Contents
# Exercism Client gem for the warmup-exercise app exercism.io. $ gem install exercism ## Usage $ exercism login You will be asked for your GitHub username, and an exercism.io API key. The API key is displayed when you log in to the exercism.io website. $ exercism fetch This retrieves the README and test suite for your current assignment. $ exercism submit example.rb This submits `example.rb` on your current assignment. ## Contributing 1. Fork it 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 new Pull Request
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
exercism-0.0.6 | README.md |
exercism-0.0.5 | README.md |
exercism-0.0.4 | README.md |