Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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