Skip to content

caiojesu/mason_bricks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Powered by Mason License: MIT

mason_bricks

Overview

My collection of Mason Bricks that simplify the creation of frequently used code. With these bricks, you can quickly and easily create reliable and reusable code snippets that can be used across your projects.

Bricks

name description
domain_driven_feature Create a new feature using a Domain-driven approach architecture

How to Use

First make sure you have mason_cli installed.

dart pub global activate mason_cli

Or using brew:

brew tap felangel/mason
brew install mason

Create your mason project by running mason init in your project.

Then run mason add domain_driven_feature to get the brick from BrickHub.

Now you can use the brick in your project:

mason make domain_driven_feature

About

My collection of mason bricks.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages