Creating a custom template
- Initialize a new environment with the
draky env init
command.
- Modify the content of the created
.draky
directory to fit your use case.
- Edit the
.draky/template.dk.yml
file with your custom metadata. Choosing a new and unique id is obligatory.
- Remove the
.draky/core.dk.yml
file.
- Move content of the
.draky
directory from your project into ~/.draky/templates/[your-template-id]
.
- Now when you will be initializing a new environment with the
draky env init
command, you will be able to choose a new template.