merry 2.0.0 copy "merry: ^2.0.0" to clipboard
merry: ^2.0.0 copied to clipboard

A script manager for Dart/Flutter — define script shortcuts in pubspec.yaml and run them with a single command.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate merry

Use it

The package has the following executables:

$ merry

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add merry

With Flutter:

 $ flutter pub add merry

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

dependencies:
  merry: ^2.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:merry/merry.dart';
0
likes
160
points
0
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A script manager for Dart/Flutter — define script shortcuts in pubspec.yaml and run them with a single command.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

args, collection, console, equatable, ffi, path, string_similarity, tint, yaml

More

Packages that depend on merry