Project initialised with AlgoKit CLI using template: https://github.com/algorandfoundation/algokit-fullstack-template.git
This commit is contained in:
@ -0,0 +1,15 @@
|
||||
_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"
|
||||
Reference in New Issue
Block a user