Files
TokenizeRWATemplate/projects/TokenizeRWATemplate-contracts/.algokit/generators/create_contract/copier.yaml

16 lines
318 B
YAML

_tasks:
- "echo '==== Successfully initialized new smart contract 🚀 ===='"
contract_name:
type: str
help: Name of your new contract.
placeholder: "my-new-contract"
default: "my-new-contract"
include_tests:
type: bool
help: Should we include testing files?
default: 'yes'
_templates_suffix: ".j2"