exercism_companion 1.0.2 copy "exercism_companion: ^1.0.2" to clipboard
exercism_companion: ^1.0.2 copied to clipboard

A simple companion to help Dart mentors. This program downloads the code from a Dart exercise on Exercism, enabled all the tests and run them.

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.

1
likes
40
pub points
0%
popularity

Publisher

unverified uploader

A simple companion to help Dart mentors. This program downloads the code from a Dart exercise on Exercism, enabled all the tests and run them.

Repository (GitHub)
View/report issues
Contributing

License

BSD-2-Clause (LICENSE)

Dependencies

args, path

More

Packages that depend on exercism_companion