This is a simple command line application to help Dart mentors.
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.
Retrieve the UUID of the exercise you want to correct. You can find it under the Download this solution
:
Then you can use Exercism Companion :
$ exercism-companion --uuid=<exercise uuid>
- Help Dart Mentors give faster feedback
- Find if the exercise has tests passing or not
- Distributed as a pub package
Please file reports on the GitHub issue tracker.
Contributions welcome! Please read this short guide first.