build_cli 0.1.2 copy "build_cli: ^0.1.2" to clipboard
build_cli: ^0.1.2 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.1.2

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
63%
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, source_gen

More

Packages that depend on build_cli