Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

answers are not processed if they use template #38

Closed
12rambau opened this issue Sep 10, 2023 · 0 comments · Fixed by #39
Closed

answers are not processed if they use template #38

12rambau opened this issue Sep 10, 2023 · 0 comments · Fixed by #39
Labels
bug Something isn't working

Comments

@12rambau
Copy link
Owner

using the following default copier.yml:

# questions
project_name:
  typr: str
  default: "Package skeleton"
  help: "The name of the project"

github_repo_name:
  type: str
  default: "{{ project_name.lower().replace(' ', '-') }}"
  help: "The name of the GitHub repository"

project_slug:
  type: str
  default: "{{ github_repo_name.lower().replace('-', '_') }}"
  help: "The slug that will be used to name the lib package"

will not replace the values in the default. making them impossible to use.

@12rambau 12rambau added the bug Something isn't working label Sep 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant