k9i_cli 1.1.1 k9i_cli: ^1.1.1 copied to clipboard
This dart package provides Grinder tasks used by K9i, allowing for the sharing of Grinder tasks across multiple projects.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add k9i_cli
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get
):
dependencies:
k9i_cli: ^1.1.1
Alternatively, your editor might support dart pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:k9i_cli/k9i_cli.dart';