Skip to content

fbardecio/bricks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

8 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Mason bricks 🧱

Mason reusable bricks.

Bricks ✨

name description
functions_api Scaffolds a modular CRUD API layer for Firebase Cloud Functions, inspired by the NestJS structure.
rules_template Creates a rules template for Firebase Firestore security rules.

Getting started πŸš€

Adding a brick 🧱️

To add a brick, use any of the following commands:

# add from git url
mason add <BRICK_NAME> --git-url https://github.com/fbardecio/bricks --git-path path/to/<BRICK_NAME>

# add from git url (global)
mason add -g <BRICK_NAME> --git-url https://github.com/fbardecio/bricks --git-path path/to/<BRICK_NAME>

# example to add flutter_package brick
mason add -g functions_api --git-url https://github.com/fbardecio/bricks --git-path functions_api

Note: Be sure to replace <BRICK_NAME> with one of the bricks mentioned

Useful Links πŸš€

About

A set of Mason bricks for boilerplate code generation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •