auto_pigeon 1.0.2 copy "auto_pigeon: ^1.0.2" to clipboard
auto_pigeon: ^1.0.2 copied to clipboard

AutoPigeon extended Pigeon to support configuring the directory for generation.

example/example.md

Use this package as an executable #

Install it

You can install the package from the command line:

dart pub global activate auto_pigeon

Use it

The package has the following executables:

auto_pigeon --input_dir pigeons --java_package com.example

Use this package as a library #

Depend on it

Run this command:

With Dart:

dart pub add --dev auto_pigeon

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

dependencies_dev:
  auto_pigeon: ^1.0.1

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Use it

Now, you can run this command:

dart run auto_pigeon
0
likes
140
pub points
0%
popularity

Publisher

unverified uploader

AutoPigeon extended Pigeon to support configuring the directory for generation.

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

args, collection, path, pigeon

More

Packages that depend on auto_pigeon