copier-org/copier

Library and command-line utility for rendering projects templates.

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 2 minutes ago
Added to GitGenius on September 19th, 2026
Created on November 1st, 2011
Open Issues & Pull Requests: 142 (+0)
GitHub issues: Enabled
Number of forks: 274
Total Stargazers: 3,583 (+0)
Total Subscribers: 18 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 8.8 hours
Mean response time: 24.8 days
90th percentile: 18.4 days
Tracked items: 208

Most active contributors

Sign in to see contributor activity.

How this project is maintained

About 5% of issues opened in the past year have never received a reply. 92% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Only 57% of issues opened in the past year have been closed. Three people close 82% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 76
New in 7 days: 1
Closed in 7 days: 0
Avg open age: 609 days
Stale 30+ days: 69
Stale 90+ days: 60

Recent activity

Opened in 7 days: 1
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • bug (113)
  • triage (106)
  • enhancement (80)
  • good first issue (10)
  • documentation (8)
  • help wanted (8)
  • hacktoberfest-accepted (1)
  • maintenance (1)

Most active issues this week

Detailed Description

Copier is a library and command-line utility for rendering project templates.

Copier solves the problem of repetitive project scaffolding by providing a tool that generates new projects from templates. It works by reading template definitions from local paths or Git URLs, prompting users with a questionnaire configured in the template, and then rendering project files with dynamic value substitution. The tool uses Jinja templating to replace values in any kind of text file and takes care not to overwrite existing files unless explicitly instructed.

Copier suits both template creators who want to automate repetitive code patterns and template consumers who want to quickly start new projects or update existing ones as templates evolve. The tool supports code scaffolding to help developers get a working source tree quickly, and it also enables code lifecycle management by allowing projects to be updated when their source templates change. Copier can work with any file type and integrates into workflows either through its command-line interface or as a Python library, making it accessible to both individual developers and automated systems.

The project maintains active development with regular commits addressing bug fixes and feature improvements. The maintainers respond to issues and pull requests, indicating ongoing engagement with the user community. Documentation is kept current and comprehensive, covering both basic usage and advanced template creation patterns. The codebase shows attention to code quality through consistent maintenance and updates to dependencies.