Set of Mason bricks for Dart projects.
mason ls -gUse mason add command to add brick templates globally on your machine.
mason add <name> -g --git-url https://github.com/herveGuigoz/bricks --git-path bricks/<name>or
mason add <name> -g --path ./<name>Use mason new command to create a new brick
mason new <brick>
mason add <brick> --path ./<brick>Use mason make to generate your file(s):
mason make <brick>Use mason bundle to generate a bundle for an existing template.
# Dart Bundle
mason bundle -t dart ./bricks/brick