/Exercism-Companion

A simple companion to help Dart mentors

Primary LanguageDartBSD 2-Clause "Simplified" LicenseBSD-2-Clause

Exercism Companion

This is a simple command line application to help Dart mentors.

Installation

If you want to use Exercism Companion on the command line, install it using pub global activate:

$ pub global activate exercism-companion

To update Exercism Companion, use the same pub global activate command.

Usage

Retrieve the UUID of the exercise you want to correct. You can find it under the Download this solution :

Find the UUID

Then you can use Exercism Companion :

$ exercism-companion --uuid=<exercise uuid>

Goals

  • Help Dart Mentors give faster feedback
  • Find if the exercise has tests passing or not
  • Distributed as a pub package

Issues and bugs

Please file reports on the GitHub issue tracker.

Contributing

Contributions welcome! Please read this short guide first.