.copier-answers.yml in folder {{project_name}} #2245
Replies: 1 comment 2 replies
|
Could you please clarify why you'd like the answers file to be located inside You could move the answers file template Just a wild guess, but have you been using Cookiecutter before, and is this the reason why you are trying to generate the project in |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hi, when I create a project from a template, I would like it to be self-contained starting at the level of
{{project_name}}. What I'm getting isdestination_folder/{{project_name}}That's fine except that.copier-answers.ymlis indestination_folder, next to{project_name}}. I would like.copier-answers.ymlto be atdestination_folder/{{project_name}}/.copier-answers.yml. Is that possible? I have tried a few things and have not gotten it to work.All reactions