A Taskfile template for managing add-ons in a minimalistic way.
Copy the Taskfile.yml
to your new project folder and configure the values in the
env
section.
task init # generate project layout
task export # bundle add-on and import it into Minecraft
Invoke task status
to check whether the requirements are installed.