cookiecutter-cookiecutter

License

Author: Jared Cook
Version: 0.1.0

Overview

cookiecutter-cookiecutter is the cookiecutter template project to rule them all. Generates cookiecutter template projects and is able to be queried by generated projects for updates.

Utilizes:
The cookiecutter-cookiecutter depends on the following repositories for its documentation and sub-features.

  • Github docs cookiecutter template generation.
  • Nutri-Matic cookiecutter utilities for streamlining development and utilization of Cookiecutter templates.

Maintains:
The cookiecutter-cookiecutter is used to maintain the build and ci/cd structure for the following projects.


CI/CD Check List:

  • dependency-check
  • format-check
  • lint-check
  • security-audit
  • spellcheck
  • tests
  • typecheck

Usage Examples

Example 1: Pull from main branch.
Note: Nutri-Matic is needed in active python environment.

$ cookiecutter git@github.com:jcook3701/cookiecutter-cookiecutter.git \
    --no-input \
    project_name="test-project" \
    description="Cookiecutter test project."

Example 2: Pull from develop branch.

$ cookiecutter git@github.com:jcook3701/cookiecutter-cookiecutter.git \
    --checkout develop \
     --no-input \
    project_name="test-project" \
    description="Cookiecutter test project."

Note: replace test-project or any of the other variables with real context configuration variables.


Getting Started

Documentation

The cookiecutter-cookiecutter documentation is available at docs.

Contributing

If you’re interested in contributing to the cookiecutter-cookiecutter project:


Authors Notes

  1. This code is currently intended to work with cookiecutter (v2.6+) from PyPi repositories.

License

Copyright (c) 2025-2026, Jared Cook

This project is licensed under the AGPL-3.0-or-later License.
See the LICENSE file for the full license text.

SPDX-License-Identifier: AGPL-3.0-or-later

β˜• Support Me

If you enjoy this project, please consider buying me a coffee or making a code contribution.