cli_launcher 0.1.0 copy "cli_launcher: ^0.1.0" to clipboard
cli_launcher: ^0.1.0 copied to clipboard

CLI development utility to support launching locally installed versions.

CI Pub Version

CLI development utility to support launching locally installed versions.

When the globally installed version of a CLI is launched and it finds a locally installed version of itself, it will launch the locally installed version.

Otherwise, the globally installed version will continue to run.

Installing means adding the package that contains the CLI executable to a pubspec.yaml file.

To find the locally installed version, the globally installed version will search for a pubspec.yaml file in the current directory or any parent directory. If it finds one, it will look for a dependency on the package that contains the CLI executable.

In addition, if the CLI is executed in the package that contains the CLI executable, the current version in that package will be launched. This is useful for development.

See the API docs of Launcher for more details.

2
likes
0
pub points
64%
popularity

Publisher

verified publishergabriel.terwesten.net

CLI development utility to support launching locally installed versions.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

cli_util, package_config, path, pubspec_parse, yaml

More

Packages that depend on cli_launcher