rexios 1.2.0
rexios: ^1.2.0 copied to clipboard
A simple bootstrap utility for all of the CLI tools I daily drive
A simple bootstrap utility for all of the CLI tools I daily drive
Features #
Creates aliases for the following commands:
| Package | Command |
|---|---|
| flutter_cors | fluttercors |
| fvm | fvm |
| git_dependency_prs | git_dependency_prs |
| one_password_dart | opd |
| open_in_editor | oie |
| pana | pana |
| puby | puby |
| rex | rex |
Running any of these aliases will first install the tool and then run it with the given arguments
Installation #
Without overwriting existing aliases:
dart pub global activate rexios
To overwrite existing aliases:
dart pub global activate rexios --overwrite