fresher 0.1.5 fresher: ^0.1.5 copied to clipboard
A tool to help keep your multiple projects in multiple repositories up to date: automated upgrade dependencies, update links, files, etc.
// ignore_for_file: avoid_print
void main() {
// run in command line from the project folder:
// dart bin/fresher.dart path/to/you_project_base
// see `test/bin/main.dart` for examples of usage
}