wyatt-bricks/README.md

1.8 KiB

Wyatt Bricks

Style: Wyatt Analysis


About

Generate consistent code fast. Use reusable templates called wyatt bricks to supercharge your workflow.


Quick Start

# 🎯 Activate from https://pub.dev
dart pub global activate mason_cli

# 🚀 Initialize mason if needed
mason init

Create a Brick

mason new <BRICK> -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.)

# To load all bricks (and generate mason-lock.json)
mason get