Conditionally creating directories in cookiecutter
I wanted my datasette-plugin cookiecutter template to create empty and directories if the user replied to the and prompts.
2 posts tagged “cookiecutter”.
I wanted my datasette-plugin cookiecutter template to create empty and directories if the user replied to the and prompts.
I added some unit tests to my datasette-plugin cookiecutter template today, since the latest features involved adding a script. Here's the full test script I wrote.