Using and Mastering Cookiecutter Transcripts
Chapter: Advanced Cookiecutter usage
Lecture: Default values
Login or
purchase this course
to watch this video and the rest of the course contents.
0:02
We've seen that Cookiecutter templates have default values for us, so if I come over here and I type cookiecutter cookiecutter-model
0:10
and I run this, it will provide a default, like a default name and a default email and so on,
0:16
and if I don't like mybottleapp as the name, I have to type that in. If that's not my GitHub username, I have to type that in.
0:22
Wouldn't it be great if we could somehow configure the system so like those defaults were ours if we had entered them-
0:28
of course you can, and I'll show you how to do it.