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

outdated

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

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

dependencies:
  cli_script: ^0.2.1

Alternatively, your editor might support dart 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
0
pub points
83%
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

License

unknown (LICENSE)

Dependencies

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

More

Packages that depend on cli_script