Convert a GitHub repo to a Cookiecutter template
Dockerfile
ReadMe
pipeline.yaml
/App
|- App.pyHow to convert a GitHub template to a Cookiecutter template
{
"project_name":"my project",
"author":"[email protected]",
"version": 0.1.0
}Handling existing mustache templating in a repository file
Last updated
Was this helpful?