13 lines
301 B
YAML
13 lines
301 B
YAML
name: wyatt_feature_brick
|
|
description: New feature brick including state mananement
|
|
path_to_brickify: lib/feature_name
|
|
|
|
version: 0.1.1
|
|
|
|
vars:
|
|
feature_name:
|
|
type: string
|
|
name: feature_name
|
|
description: Name of the feature
|
|
default: Dash
|
|
prompt: What is the name of your new feature |