k9i_cli 1.1.1 copy "k9i_cli: ^1.1.1" to clipboard
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';
1
likes
150
pub points
8%
popularity

Publisher

verified publisherk9i.app

This dart package provides Grinder tasks used by K9i, allowing for the sharing of Grinder tasks across multiple projects.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

grinder

More

Packages that depend on k9i_cli