mold 0.1.0 copy "mold: ^0.1.0" to clipboard
mold: ^0.1.0 copied to clipboard

Pack an existing project into a portable template archive and unpack it with manifest-driven renaming. Ships its own `mold` CLI (`pack` / `unpack`) and is consumable as a library.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate mold

Use it

The package has the following executables:

$ mold

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add mold

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

dependencies:
  mold: ^0.1.0

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:mold/mold.dart';
1
likes
0
points
495
downloads

Publisher

verified publisherpro100.dev

Weekly Downloads

Pack an existing project into a portable template archive and unpack it with manifest-driven renaming. Ships its own `mold` CLI (`pack` / `unpack`) and is consumable as a library.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

archive, args, glob, path, yaml

More

Packages that depend on mold