cookiecutter/cookiecutter
A cross-platform command-line utility that creates projects from cookiecutters (project templates), e.g. Python package projects, C projects. observed · 2026-08-28
Health v2 · maintenance only
79/100
- Activity 75
- Release rhythm 73
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 1
- age_days: 4798
- days_rel: 182
- days_push: 154
- n_releases_24m: 2
Adoption not part of the score
25065 stars · 2275 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Cookiecutter is a cross-platform command-line utility that generates new project directories from project templates called 'cookiecutters', which can be hosted on GitHub, local paths, or fetched from any source. It uses Jinja2 for templating, prompts users for variables interactively, works with any programming language or markup format, and can also be used programmatically as a Python library.
Use cases
- scaffold a new python package project from a template
- generate a project skeleton or boilerplate directory from a github repo
- bootstrap a new c or c++ project from a template on the command line
- create starter projects from templates without writing python code
- turn a repository into a reusable project template with prompts for custom values
When to choose
- you want to stamp out new project directories from reusable templates with interactive prompts
- you need language-agnostic scaffolding that works with any file format or markup
- you want to generate projects from github-hosted or local template directories with a single command
When to avoid
- you need a full package manager or dependency manager - cookiecutter only generates files once and does not manage the created project
- you need templates that stay synced with generated projects for later updates - output is decoupled from the template after generation
- you need an ide-integrated project wizard rather than a command-line or python api workflow
Facets
cli-tool · maturity stable
cli boilerplate templating developer-tools developer-tools cross-platform cli python project-scaffolding project-templates jinja2 code-generation skeleton-generator command-line
3 sources
- readme: https://github.com/cookiecutter/cookiecutter · fetched 2026-08-28 · 01cd39c3574a
- homepage: https://pypi.org/project/cookiecutter/ · fetched 2026-08-29 · 4b4e8fead74a
- registry_pypi: https://pypi.org/pypi/cookiecutter/json · fetched 2026-08-29 · bb6a3482e5c9
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| cookiecutter/cookiecutter | main | 79 |
For agents
markdown · JSON · MCP: product_card(name="cookiecutter/cookiecutter")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem