puby 1.4.0 copy "puby: ^1.4.0" to clipboard
puby: ^1.4.0 copied to clipboard

outdated

Run pub commands for all sub projects in the current directory recursively

Run pub commands for all sub projects in the current directory recursively

Features #

  • Supports all pub commands
  • Determines if a project uses dart or flutter automatically
  • Convenience shortcuts for common dart/flutter commands
Command Equivalent
puby gen [options] [dart|flutter] pub run build_runner build --delete-conflicting-outputs [options]
puby test [options] [dart|flutter] test [options]
puby clean [options] flutter clean [options] (only runs in flutter projects)

Use as an executable #

Installation #

$ dart pub global activate puby

Usage #

$ puby get
$ puby upgrade --major-versions
...
31
likes
0
pub points
6%
popularity

Publisher

verified publisherrexios.dev

Run pub commands for all sub projects in the current directory recursively

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

path, yaml

More

Packages that depend on puby