cookiecutter

Create projects quickly from project templates

brewmacoslinux
Try with needOr install directly
Source

About

Utility that creates projects from templates

Commands

cookiecutter

Examples

Create a new project from a template on GitHub$ cookiecutter https://github.com/audreyr/cookiecutter-pypackage.git
Create a project from a local template directory$ cookiecutter /path/to/local/template
Generate project without prompting, using default values$ cookiecutter --no-input https://github.com/audreyr/cookiecutter-pypackage.git