
cookiecutter 2.6.0
0
A command-line utility that creates projects from project templates, e.g. creating a Python package
Contents
A command-line utility that creates projects from project templates, e.g. creating a Python package project from a Python package project template.
Stars: 24670, Watchers: 24670, Forks: 2193, Open Issues: 273The cookiecutter/cookiecutter repo was created 12 years ago and the last code push was 2 weeks ago.
The project is extremely popular with a mindblowing 24670 github stars!
How to Install cookiecutter
You can install cookiecutter using pip
pip install cookiecutter
or add it to a project with poetry
poetry add cookiecutter
Package Details
- Author
- Audrey Feldroy
- License
- BSD
- Homepage
- https://github.com/cookiecutter/cookiecutter
- PyPi:
- https://pypi.org/project/cookiecutter/
- Documentation:
- https://cookiecutter.readthedocs.io
- GitHub Repo:
- https://github.com/cookiecutter/cookiecutter
Classifiers
- Software Development
Related Packages
Errors
A list of common cookiecutter errors.
Code Examples
Here are some cookiecutter code examples and snippets.
GitHub Issues
The cookiecutter package has 273 open issues on GitHub
- Crash when prompt mapping keys are unhashable option values
- Update README logo URL to use main branch for stability
- README uses hard-coded commit hash for logo image instead of main branch
- feat: add os env to context
- Maintenance status
- Feature Request: Environment Variable Support in cookiecutter.json
pythonfix