# 使用 Homebrew, Nix 安装 copier

查看 copier 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

## 安装

```sh
sudo av install brew:copier
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install copier
```

  证据: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#copier
```

  证据: nixpkgs package indexes: pkgs/by-name/co/copier/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## 软件包事实

- **软件包键:** brew:copier
- **软件包管理器:** Homebrew
- **版本:** 9.17.0
- **来源摘要:** Utility for rendering projects templates
- **主页:** <https://copier.readthedocs.io/>
- **最后更新:** 2026-07-14T18:47:03Z
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- copier (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

- 页面生成时间: 2026-08-03
- 管理器版本: 9.17.0
## 项目历史与用法

Copier is a project templating CLI and Python library. Like Cookiecutter, it renders projects from templates, but its documented identity emphasizes updating generated projects when templates evolve.

### 项目历史

The official repository was created in November 2011. The documented Copier lineage is explicit in the changelog: version 2.0.0 in February 2019 rebranded the project from Voodoo to Copier and made `copier.yaml` the recommended configuration file.

### 采用历史

Copier's README documents installation through pipx, uv, pip, conda-forge, and Homebrew, reflecting its use both as a Python library and as a standalone CLI on macOS and Linux.

### 使用方式

Template authors put questions and settings in `copier.yml` or `copier.yaml`, then users run `copier copy` from a local path or Git URL. Copier stores answers for later update workflows, and the docs distinguish copying, recopying, and updating.

### 为什么软件包爱好者会关心

Copier is significant for maintainers who want template updates after initial scaffolding. Its changelog tracks packaging-relevant choices such as PEP 440 versioning, Git URL handling, Homebrew distribution, Python version support, and security hardening around trusted templates and path traversal.

### 时间线

- 2011: Official GitHub repository created.
- 2019: Version 2.0.0 rebranded Voodoo as Copier.
- 2020: Version 3.0.0 added template-upgrade support and broader prompt features.
- 2022: Version 6.0.0 refactored the core and expanded question and migration behavior.
- 2023: Version 8.0.0 made subcommands explicit and disabled unsafe features by default.

### Related projects

- The project is commonly compared with project scaffolding tools such as Cookiecutter, and its README points users to public templates under the `copier-template` GitHub topic.

### 来源

- <https://github.com/copier-org/copier>
- <https://raw.githubusercontent.com/copier-org/copier/master/README.md>
- <https://copier.readthedocs.io/en/stable/configuring/>
- <https://copier.readthedocs.io/en/stable/changelog/>
- <https://api.github.com/repos/copier-org/copier>


## 安全说明

没有找到 copier 的匹配本地密钥处理 manifest。Nucleus 软件包元数据仍在此发布，以便未来覆盖拥有稳定的软件包 URL。



## Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.


## Configuration files

- Unix: copier.yml, copier.yaml
## 其他软件包管理器记录

- Nix - copier: normalized package name match | nixpkgs package indexes: pkgs/by-name/co/copier/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1


## Combined YAML source

View the package source record on GitHub. [combined/copier.yml](https://github.com/mxcl/pkgdb/blob/main/combined/copier.yml)


## 来源

- pkg.so package database
- Geiger risk classifier
- curated configuration and credential file locations
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
