mason 0.0.1-dev.36 copy "mason: ^0.0.1-dev.36" to clipboard
mason: ^0.0.1-dev.36 copied to clipboard

outdated

A Dart template generator which helps teams generate files quickly and consistently.

example/README.md

Usage #

Basic #

Run the following command in the current directory:

mason get # only first time
mason make greeting --name Felix

GREETINGS.md should be created in the current directory with the following contents:

# Greetings Felix!

Loops and JSON #

Run the following command in the current directory:

mason get # only first time
mason make todos --json todos.json

TODOS.md should be created in the current directory with the following contents:

# TODOS

-  [X]  Eat
-  [X]  Code
-  [ ]  Sleep
712
likes
0
pub points
97%
popularity

Publisher

verified publisherbrickhub.dev

A Dart template generator which helps teams generate files quickly and consistently.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

args, checked_yaml, collection, crypto, http, io, json_annotation, mustache_template, path, recase, yaml

More

Packages that depend on mason