# copier-org/copier

Library and command-line utility for rendering projects templates.

Repository: https://github.com/copier-org/copier
Canonical: https://ross.abutalabs.com/products/copier-org-copier
Homepage: https://copier.readthedocs.io/en/stable/
Language: Python
License: MIT
License Family: permissive
Topics: python, scaffolding, cookiecutter, project-template, hacktoberfest, copier-template
Last push: 2026-08-25T20:15:46+00:00

## Health v2 (maintenance only)
Score: 99/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 99, release rhythm 98, longevity 100
- inputs: {"age_days": 5419, "days_push": 8, "days_rel": 14, "gap_med": 15.5, "n_releases_24m": 31}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 3545, forks 271 (observed 2026-08-28T04:08:09.376085+00:00)

## What it is
Copier is a Python library and CLI app for rendering project templates, supporting local paths and Git URLs with dynamic value substitution in any text file. It generates project scaffolds from configurable templates while avoiding overwriting existing files unless instructed.

## Use cases
- scaffold a new python project from a template
- create projects from git-hosted templates
- update an existing project when its template changes
- build reusable project templates with jinja2
- replace cookiecutter for project generation
- generate boilerplate files with interactive prompts

## When to choose
- you want template updates propagated into already-generated projects
- templates live in git repositories
- you need both a CLI and a Python library API
- you want fine-grained control over file overwriting and merging

## When to avoid
- you need a language-agnostic tool with a huge template ecosystem (cookiecutter has more templates)
- you only need simple static file copying without templating
- you cannot install Python 3.10+ and Git

## Facets
- artifact type: cli-tool
- maturity: active
- function: templating, cli, developer-tools, build-tool
- domain: developer-tools
- platform: python, cli, cross-platform, windows
- tags: project-scaffolding, project-templates, cookiecutter-alternative, jinja2, git-based-templates, command-line, automation, macos, linux

## Member repositories
- copier-org/copier (main) score 99

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:08:09.376085+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T18:34:24.947723+00:00, confidence not recorded.
  - readme: https://github.com/copier-org/copier (fetched 2026-08-28T04:08:09.376085+00:00, sha 84a0f997f1aa)
  - registry_pypi: https://pypi.org/pypi/copier/json (fetched 2026-08-29T09:28:56.441653+00:00, sha 61369a592596)
- Data as of 2026-08-30T08:39:29.467469+00:00.
