Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/luckey-elijah/bricks

A collection of bricks that I find helpful.
https://github.com/luckey-elijah/bricks

Last synced: 1 day ago
JSON representation

A collection of bricks that I find helpful.

Awesome Lists containing this project

README

        

# `Luckey-Elijah`'s [`mason`][mason] Brick Templates

A collection of bricks that I find helpful.

## Getting started with this repo

```sh
# activate mason
dart pub global activate mason_cli

# get all the bricks
mason get

# create a brick
mason make

# creating console_program
mason make console_program --name example
```

## Licensing

This repository and subsequent bricks are all under the MIT license.

[![License: MIT][license_badge]][license_link]

[mason]: https://github.com/felangel/mason
[license_badge]: https://img.shields.io/badge/license-MIT-blue.svg
[license_link]: https://opensource.org/licenses/MIT