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.

example/main.dart

import 'dart:async';

import 'package:exercism_companion/exercism_companion.dart';

Future main(List<String> arguments) async {
  await exercismCompanion(arguments[0]);
}
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