Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Luckey-Elijah/bricks
A collection of bricks that I find helpful.
https://github.com/Luckey-Elijah/bricks
Last synced: 3 months ago
JSON representation
A collection of bricks that I find helpful.
- Host: GitHub
- URL: https://github.com/Luckey-Elijah/bricks
- Owner: Luckey-Elijah
- License: mit
- Created: 2022-04-08T14:41:22.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-09T15:29:03.000Z (5 months ago)
- Last Synced: 2024-10-19T10:00:28.230Z (4 months ago)
- Language: Dart
- Size: 15 MB
- Stars: 12
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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