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
copied to clipboard

With Flutter:

 $ flutter pub add cli_script
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_script: ^1.0.0
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_script/cli_script.dart';
copied to clipboard
17
likes
150
points
17.3k
downloads

Publisher

verified publishersass-lang.com

Weekly Downloads

2024.09.26 - 2025.04.10

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

Repository (GitHub)
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