CMD + K

cookiecutter

Community

A command-line utility that creates projects from cookiecutters (project templates), e.g. creating a Python package project from a Python package project template.

Installation

To install this package, run one of the following:

Conda
$conda install anaconda-python-gte-3.10::cookiecutter

Usage Tracking

2.6.0
2.5.0
1.7.3
1.7.2
4 / 8 versions selected
Downloads (Last 6 months): 0

Description

Cookiecutter takes a template provided as a directory structure with template-files. Templates can be located in the filesystem, as a ZIP-file or on a VCS-Server (Git/Hg) like GitHub. It reads a settings file and prompts the user interactively whether or not to change the settings. Then it takes both and generates an output directory structure from it. Additionally the template can provide code (Python or shell-script) to be executed before and after generation (pre-gen- and post-gen-hooks).

About

Summary

A command-line utility that creates projects from cookiecutters (project templates), e.g. creating a Python package project from a Python package project template.

Last Updated

Mar 31, 2025 at 21:09

License

BSD-3-Clause

Total Downloads

10

Supported Platforms

linux-64

Unsupported Platforms

noarch Last supported version: 1.7.3