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

Add prompts for most variables #319

Merged
merged 1 commit into from
Oct 2, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion cookiecutter.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,15 @@
"docs/_templates/autosummary/**.rst"
],
"_render_devdocs": false,
"_jinja2_env_vars": { "lstrip_blocks": true, "trim_blocks": true }
"_jinja2_env_vars": { "lstrip_blocks": true, "trim_blocks": true },
"__prompts__": {
"project_name": "Your project’s name",
"package_name": "If the Python package name differs from the project name, edit it now",
"project_description": "A short one-line description of what your project does",
"author_full_name": "Your complete name",
"author_email": "The e-mail address your package’s users can contact you under",
"github_user": "The GitHub username or org the project is to be published under",
"github_repo": "If the repo name should differ from the project name, edit it now",
"ide_integration": "Whether to generate IDE configuration files"
}
}
Loading