Wyatt Bricks
---
## About
Generate consistent code fast.
Use reusable templates called wyatt bricks to supercharge your workflow.
---
## Quick Start
```sh
# 🎯 Activate from https://pub.dev
dart pub global activate mason_cli
# 🚀 Initialize mason if needed
mason init
```
## Create a Brick
```sh
mason new -o ./bricks
```
## Use
Please add your bricks in `./bricks`. (See `Create a Brick` section)
Please specify the prerequisites necessary to use the brick (The code must be able to compile directly after its integration.)
```sh
# To load all bricks (and generate mason-lock.json)
mason get
```