brick_oven 0.1.2-dev copy "brick_oven: ^0.1.2-dev" to clipboard
brick_oven: ^0.1.2-dev copied to clipboard

Easily create & format mason brick templates with the brick_oven cli generator for mason

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate brick_oven

Use it

The package has the following executables:

$ brick_oven

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add brick_oven

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

dependencies:
  brick_oven: ^0.1.2-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:brick_oven/brick_oven.dart';
2
likes
0
pub points
19%
popularity

Publisher

verified publishermrgnhnt.com

Easily create & format mason brick templates with the brick_oven cli generator for mason

Repository (GitHub)
View/report issues

Topics

#mason #cli #bricks

License

unknown (LICENSE)

Dependencies

args, autoequal, equatable, file, get_it, glob, json_annotation, mason_logger, meta, path, pub_updater, watcher, yaml

More

Packages that depend on brick_oven