cli_script 1.0.0 copy "cli_script: ^1.0.0" to clipboard
cli_script: ^1.0.0 copied to clipboard

Write scripts that call subprocesses with the ease of shell scripting and the power of Dart.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add cli_script

With Flutter:

 $ flutter pub add cli_script

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

dependencies:
  cli_script: ^1.0.0

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_script/cli_script.dart';
16
likes
130
pub points
81%
popularity

Publisher

verified publishersass-lang.com

Write scripts that call subprocesses with the ease of shell scripting and the power of Dart.

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

async, charcode, collection, glob, meta, path, source_span, stack_trace, string_scanner, tuple

More

Packages that depend on cli_script