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

outdatedDart 1 only

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: ^0.2.0

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';
15
likes
0
pub points
64%
popularity

Publisher

verified publisherj832.com

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

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

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

More

Packages that depend on build_cli