build_cli 1.3.10 copy "build_cli: ^1.3.10" to clipboard
build_cli: ^1.3.10 copied to clipboard

outdated

Parse command line arguments directly into an annotation class using the power of build_runner and source_gen.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add build_cli

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  build_cli: ^1.3.10

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:build_cli/build_cli.dart';
16
likes
40
points
21.8k
downloads

Publisher

verified publisherkevmoo.com

Weekly Downloads

Parse command line arguments directly into an annotation class using the power of build_runner and source_gen.

Repository (GitHub)

License

MIT (license)

Dependencies

analyzer, build, build_cli_annotations, build_config, meta, pub_semver, source_gen, yaml

More

Packages that depend on build_cli