mono_repo 0.1.0 mono_repo: ^0.1.0 copied to clipboard
Manage repositories with multiple Dart packages
Manage multiple Dart packages within a single repository.
Installation #
> pub global activate mono_repo
Usage #
Manage multiple packages in one source repository.
Usage: mono_repo <command> [arguments]
Global options:
-h, --help Print this usage information.
Available commands:
check Check the state of the repository.
help Display help information for mono_repo.
init Initialize a new repository.
presubmit Run the travis presubmits locally.
pub Run `pub get` or `pub upgrade` against all packages.
travis Configure Travis-CI for child packages.
Run "mono_repo help <command>" for more information about a command.