Skip to content

Latest commit

 

History

History
53 lines (35 loc) · 965 Bytes

File metadata and controls

53 lines (35 loc) · 965 Bytes

🧱 Bricks

Mason brick templates to build no scoped projects.

Getting started 🚀

Install CLI 🔧

dart pub global activate mason_cli

Install locally 🏠

To install brick locally, add them to your directory's mason.yaml:

bricks:
  feature:
    git:
      url: https://github.com/blackminystudio/bricks
      path: feature

To get mason brick locally.

mason get

To create the feature.

mason make feature

Install globally 🗺

To install one or more bricks globally, use the following command:

    mason i https://github.com/blackminystudio/bricks --path feature

Note: Be sure to replace <feature> with one of the following bricks:

Available bricks 🧱

Brick Name Description
feature Create an feature for fintech app