scripts 1.0.0-dev copy "scripts: ^1.0.0-dev" to clipboard
scripts: ^1.0.0-dev copied to clipboard

Run commands upon installing Dart packages, and more.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate scripts

Use it

The package has the following executables:

$ scripts

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add scripts

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

dependencies:
  scripts: ^1.0.0-dev

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:scripts/scripts.dart';
0
likes
25
pub points
0%
popularity

Publisher

unverified uploader

Run commands upon installing Dart packages, and more.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

angel_cli, args, console, html, http, id, path, yaml, yamlicious

More

Packages that depend on scripts