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

With Flutter:

 $ flutter pub add cli_launcher

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

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';
2
likes
130
pub points
66%
popularity

Publisher

verified publishergabriel.terwesten.net

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