Skip to main content

🚀 Overview

Welcome to the BrickHub docs 👋

BrickHub is a platform where developers can discover, install, and publish reusable templates called bricks. BrickHub is built on top of mason, a collection of tools which allow developers to create and consume bricks.

Mason Demo

info

Learn more about the mason ecosystem at https://github.com/felangel/mason.

Quick Start 💥

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

# 📁 Initialize mason in the current workspace
mason init

# 📦 Install your first brick
mason add hello

# 🚧 Generate code from a brick
mason make hello

Congrats! You've successfully installed mason and generated code from your first brick 🎉