Skip to content
This repository was archived by the owner on Feb 21, 2024. It is now read-only.

Commit 0482de7

Browse files
committed
chore: generate empty brick
1 parent cbdf08a commit 0482de7

File tree

4 files changed

+58
-0
lines changed

4 files changed

+58
-0
lines changed

brick/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# 0.1.0
2+
3+
- feat: initial release 🎉

brick/LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2022 Very Good Ventures
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

brick/README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# very_good_docs_site
2+
3+
[![Powered by Mason](https://img.shields.io/endpoint?url=https%3A%2F%2Ftinyurl.com%2Fmason-badge)](https://github.com/felangel/mason)
4+
5+
A Very Good documentation site created by Very Good Ventures.
6+
7+
_Generated by [mason][1] 🧱_
8+
9+
## Getting Started 🚀
10+
11+
This is a starting point for a new brick.
12+
A few resources to get you started if this is your first brick template:
13+
14+
- [Official Mason Documentation][2]
15+
- [Code generation with Mason Blog][3]
16+
- [Very Good Livestream: Felix Angelov Demos Mason][4]
17+
18+
[1]: https://github.com/felangel/mason
19+
[2]: https://github.com/felangel/mason/tree/master/packages/mason_cli#readme
20+
[3]: https://verygood.ventures/blog/code-generation-with-mason
21+
[4]: https://youtu.be/G4PTjA6tpTU

brick/brick.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: very_good_docs_site
2+
description: A Very Good documentation site created by Very Good Ventures.
3+
version: 0.1.0
4+
5+
environment:
6+
mason: ">=0.1.0-dev.26 <0.1.0"
7+
8+
vars:
9+
name:
10+
type: string
11+
description: Your name
12+
default: Dash
13+
prompt: What is your name?

0 commit comments

Comments
 (0)