puby 1.5.0 puby: ^1.5.0 copied to clipboard
Run pub commands for all sub projects in the current directory recursively
1.5.0 #
- Combined exit code for use in CI
1.4.0 #
- Added
puby test
andpuby clean
- Use relative paths
1.3.0 #
- Added
puby gen
shortcut for[dart|flutter] pub run build_runner build --delete-conflicting-outputs
1.2.3 #
- Fixed crash with no dependencies listed in pubspec
1.2.2 #
- Print process output in real time
1.2.1 #
- Updated flutter detection
1.2.0 #
- Don't search symlinks for pubspec files
1.1.2 #
- Exit with message if no arguments are passed
1.1.1 #
- Updated readme
1.1.0 #
- Determine if a project uses dart or flutter automatically
- Skip flutter pub get for flutter example projects
1.0.0 #
- Initial version