mason_cli 0.1.0-dev.54 copy "mason_cli: ^0.1.0-dev.54" to clipboard
mason_cli: ^0.1.0-dev.54 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

With Flutter:

 $ flutter 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.54

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:mason_cli/mason_cli.dart';
292
likes
140
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

Topics

#mason #cli #template #generator

Documentation

Documentation
API reference

License

MIT (LICENSE)

Dependencies

args, checked_yaml, cli_completion, mason, mason_api, meta, path, pub_updater, watcher

More

Packages that depend on mason_cli