Sha256: f6a50e37f439c1120da7586d4376d658896a34f4e534bc67ee9b823489861577

Contents?: true

Size: 1012 Bytes

Versions: 5

Compression:

Stored size: 1012 Bytes

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)

## 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

5 entries across 5 versions & 1 rubygems

Version Path
exercism-0.0.13 README.md
exercism-0.0.12 README.md
exercism-0.0.11 README.md
exercism-0.0.10 README.md
exercism-0.0.9 README.md