mason_cli 0.1.0-dev.34 copy "mason_cli: ^0.1.0-dev.34" to clipboard
mason_cli: ^0.1.0-dev.34 copied to clipboard

Mason CLI allows developers to create and consume reusable templates called bricks.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate mason_cli

Use it

The package has the following executables:

$ mason

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add mason_cli

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

dependencies:
  mason_cli: ^0.1.0-dev.34

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

Publisher

verified publisherbrickhub.dev

Mason CLI allows developers to create and consume reusable templates called bricks.

Repository (GitHub)
View/report issues

Documentation

Documentation

License

unknown (LICENSE)

Dependencies

args, checked_yaml, mason, mason_api, meta, path, pub_updater, recase

More

Packages that depend on mason_cli