pubspec_extract 2.0.4 copy "pubspec_extract: ^2.0.4" to clipboard
pubspec_extract: ^2.0.4 copied to clipboard

outdated

Extracts Dart pubspec.yaml file and generate pubspec.dart at build time

Pubspec Extract #

Extracts Dart pubspec.yaml file and generate pubspec.dart at build time.

Buy Me A Coffee

Usage as a command line tool #

In your pubspec.yaml, add the following:

dev_dependencies:
    pubspec_extract:

then if you are using Flutter, run:

flutter pub run pubspec_extract

or

pub run pubspec_extract

Install the command-line tool globally #

run:

pub global activate pubspec_extract

the executable will be compiled and available at $HOME/.pub-cache/bin or %APPDATA%\Pub\Cache\bin. You can run it using:

pub global run pubspec_extract
14
likes
90
pub points
64%
popularity

Publisher

verified publishernfet.net

Extracts Dart pubspec.yaml file and generate pubspec.dart at build time

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

args, build, dart_style, logging, path, pub_semver, yaml

More

Packages that depend on pubspec_extract