k9i_cli 1.0.0 copy "k9i_cli: ^1.0.0" to clipboard
k9i_cli: ^1.0.0 copied to clipboard

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

k9i_cli #

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

Usage #

import 'package:grinder/grinder.dart';
import 'package:k9i_cli/k9i_cli.dart';

void main(List<String> args) {
  // Add all tasks from the k9i_cli package.
  addAllTasks(enableAlias: true);

  grind(args);
}

Available tasks #

Available tasks:
  build                flutter pub run build_runner build --delete-conflicting-outputs
  b                    Alias for build
  watch                flutter pub run build_runner watch --delete-conflicting-outputs
  w                    Alias for watch
  serveWeb             Serve Flutter web app on local IP.
  sw                   Alias for serveWeb
  updatePods           Clean and update Pods installation.
  up                   Alias for updatePods
1
likes
0
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

License

unknown (LICENSE)

Dependencies

grinder

More

Packages that depend on k9i_cli