cookiecutter

create projects from project templates

Install

All systems
curl cmd.cat/cookiecutter.sh
Debian Debian
apt-get install cookiecutter
Ubuntu
apt-get install cookiecutter
image/svg+xml Kali Linux
apt-get install cookiecutter
Fedora
dnf install cookiecutter
Windows (WSL2)
sudo apt-get update sudo apt-get install cookiecutter
OS X
brew install cookiecutter
Raspbian
apt-get install cookiecutter

cookiecutter

create projects from project templates

Cookiecutter is command-line utility that creates projects from project templates, e.g. creating a Python package project from a Python package project template. It can also be used as a Python module. It supports local and remote templates. The templating is done with Jinja2 and there is no limitation on the language used by the templated projects (Python, Ruby, Javascript, C, HTML, Postscript...).

python3-cookiecutter

create projects from project templates (Python 3 module)

Cookiecutter is command-line utility that creates projects from project templates, e.g. creating a Python package project from a Python package project template. It can also be used as a Python module. It supports local and remote templates. The templating is done with Jinja2 and there is no limitation on the language used by the templated projects (Python, Ruby, Javascript, C, HTML, Postscript...). This package contains the Python 3 module.