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

CLI development utility to support launching locally installed versions.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add cli_launcher
copied to clipboard

With Flutter:

 $ flutter pub add cli_launcher
copied to clipboard

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  cli_launcher: ^0.3.1
copied to clipboard

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:cli_launcher/cli_launcher.dart';
copied to clipboard
3
likes
150
points
417k
downloads

Publisher

verified publishergabriel.terwesten.net

Weekly Downloads

2024.08.26 - 2025.07.21

CLI development utility to support launching locally installed versions.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

path, yaml

More

Packages that depend on cli_launcher