platform/.melos/template.yaml
2024-10-27 23:24:00 -07:00

13 lines
527 B
YAML

scripts:
_: &template_scripts
template:
name: Create from template
description: |
Creates a new project from a template in the templates directory.
Usage: melos run template template_name:name type:dart|flutter name:project_name
Example:
melos run template template_name:bloc_app type:flutter name:my_new_app
melos run template template_name:core_package type:dart name:core_utils
run: dart run helpers/create_from_template.dart $MELOS_ARGS