cookiecutter:
adding folders
Very often there is overlap between projects and you don't want to handle the boilerplate manually. In these cases cookiecutter can be an amazing tool that automates a lot of repetition away.
Notes
The new folder name is {{cookiecutter.project_slug}}
.
The contents of the cookiecutter.json
file;
{
"project": "project",
"author": "author",
"project_slug": "{{cookiecutter.project.lower().replace(' ', '_')}}"
}
Feedback? See an issue? Something unclear? Feel free to mention it here.
If you want to be kept up to date, consider signing up for the newsletter.