Sha256: f95891f015afc072fef53dc4e4a6dbad7779f1bce4076f67d59ccd87400054dc
Contents?: true
Size: 1.08 KB
Versions: 6
Compression:
Stored size: 1.08 KB
Contents
# Exercism Client gem for the warmup-exercise app exercism.io. [![Code Climate](https://codeclimate.com/github/kytrinyx/exercism.png)](https://codeclimate.com/github/kytrinyx/exercism) [![Build Status](https://travis-ci.org/kytrinyx/exercism.png?branch=master)](https://travis-ci.org/kytrinyx/exercism) [![Gem Version](https://badge.fury.io/rb/exercism.png)](https://rubygems.org/gems/exercism) ## Install $ 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. $ export EXERCISM_ENV=development Reveals stack traces on errors. ## 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
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
exercism-0.0.19 | README.md |
exercism-0.0.18 | README.md |
exercism-0.0.17 | README.md |
exercism-0.0.16 | README.md |
exercism-0.0.15 | README.md |
exercism-0.0.14 | README.md |