36 lines
812 B
YAML
36 lines
812 B
YAML
name: wyatt_brick_template
|
|
description: Template to create a compilable project that can be converted with Brickgen
|
|
|
|
version: 0.1.0
|
|
|
|
vars:
|
|
brick_name:
|
|
compilable: brick_name
|
|
type: string
|
|
description: Name of the brick
|
|
default: brick_name
|
|
prompt: "What is the brick name?"
|
|
|
|
brick_description:
|
|
compilable: brick_description
|
|
type: string
|
|
description: Description of the brick
|
|
default: brick_description
|
|
prompt: "What is the brick description?"
|
|
|
|
hooks:
|
|
type: boolean
|
|
description: Enables hooks for this brick.
|
|
default: false
|
|
prompt: "Do you want to enable `hooks` for this brick ?"
|
|
|
|
brickgen:
|
|
path_to_brickify: wyatt_brick_template
|
|
hooks: true
|
|
ignore:
|
|
- .env
|
|
boolean_file_system:
|
|
hooks:
|
|
folders:
|
|
on_true:
|
|
- hooks |