We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Still coming from cookiecutter 😅
I was previously using templates values in my cookiecutter.json, something like:
{ "author_username": "Your username", "repository_namespace": "{{ cookiecutter.author_username }}" }
Is this supported by copier?
author_username: type: str help: Your username (e.g. on GitHub) repository_namespace: type: str help: Your repository namespace default: "[[ author_username ]]"
The text was updated successfully, but these errors were encountered:
Ah, I see there's already a feature request: #90. Closing.
Sorry, something went wrong.
No branches or pull requests
Still coming from cookiecutter 😅
I was previously using templates values in my cookiecutter.json, something like:
Is this supported by copier?
The text was updated successfully, but these errors were encountered: