Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marcossevilla/bricks
Mason bricks I use to build projects.
https://github.com/marcossevilla/bricks
code-generation dart mason templates
Last synced: 10 days ago
JSON representation
Mason bricks I use to build projects.
- Host: GitHub
- URL: https://github.com/marcossevilla/bricks
- Owner: marcossevilla
- Created: 2022-06-01T19:49:43.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-02T20:10:46.000Z (over 2 years ago)
- Last Synced: 2024-10-19T00:35:15.994Z (3 months ago)
- Topics: code-generation, dart, mason, templates
- Homepage:
- Size: 8.79 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# 🧱 Bricks
[Mason][mason_link] bricks I use to build projects.
## Getting started 🚀
### Adding a brick 🫰
To add a brick, use any of the following commands:
```sh
# add from git url
mason add --git-url https://github.com/marcossevilla/bricks# add from git url (global)
mason add -g --git-url https://github.com/marcossevilla/bricks# add from git url with path
mason add --git-url https://github.com/marcossevilla/bricks --git-path path/to/# add from git url with path and ref
mason add --git-url https://github.com/marcossevilla/bricks --git-path path/to/ --git-ref tag-name
```*Note: Be sure to replace `` with one of the following bricks:*
## Available bricks 🧱
| Brick Name | Description |
| --------------------- | -------------------------------------------------------- |
| dot_github | Generate base configuration for a .github folder |[mason_link]: https://github.com/felangel/mason