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

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
copied to clipboard

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

dependencies:
  build_cli: ^2.2.5
copied to clipboard

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';
copied to clipboard
15
likes
160
points
22.5k
downloads

Publisher

verified publisherkevmoo.com

Weekly Downloads

2024.08.07 - 2025.02.19

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

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

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

More

Packages that depend on build_cli