Release v1.0.2 (What’s new?).

Documentation Status https://github.com/MacHu-GWU/cookiecutter_maker-project/actions/workflows/main.yml/badge.svg https://codecov.io/gh/MacHu-GWU/cookiecutter_maker-project/branch/main/graph/badge.svg https://img.shields.io/pypi/v/cookiecutter-maker.svg https://img.shields.io/pypi/l/cookiecutter-maker.svg https://img.shields.io/pypi/pyversions/cookiecutter-maker.svg https://img.shields.io/badge/Release_History!--None.svg?style=social https://img.shields.io/badge/STAR_Me_on_GitHub!--None.svg?style=social
https://img.shields.io/badge/Link-Document-blue.svg https://img.shields.io/badge/Link-API-blue.svg https://img.shields.io/badge/Link-Install-blue.svg https://img.shields.io/badge/Link-GitHub-blue.svg https://img.shields.io/badge/Link-Submit_Issue-blue.svg https://img.shields.io/badge/Link-Request_Feature-blue.svg https://img.shields.io/badge/Link-Download-blue.svg

Welcome to cookiecutter_maker Documentation

https://cookiecutter-maker.readthedocs.io/en/latest/_static/cookiecutter_maker-logo.png

What is Cookiecutter Maker?

cookiecutter_maker is a Python library that does the reverse of traditional cookiecutter templating. Instead of creating a template from scratch, it helps you convert an existing project into a cookiecutter template automatically.

Key Concept

In software development, teams often start with a working project and want to standardize it as a template for future use. Cookiecutter Maker simplifies this process by:

  • Automatically converting concrete projects into cookiecutter templates

  • Replacing hardcoded values with parameterized placeholders

  • Generating a cookiecutter.json configuration file

  • Handling complex project structures with customizable include/exclude rules

Documentation

For detailed usage, configuration options, and advanced examples, please visit our Documentation Site.

Install

cookiecutter_maker is released on PyPI, so all you need is:

$ pip install cookiecutter_maker

To upgrade to latest version:

$ pip install --upgrade cookiecutter_maker

Table of Content

About the Author

(\ (\
( -.-)o
o_(")(")

Sanhe Hu is a seasoned software engineer with a deep passion for Python development since 2010. As an author and maintainer of 150+ open-source Python projects, with over 15 million monthly downloads, I bring a wealth of experience to the table. As a Senior Solution Architect and Subject Matter Expert in AI, Data, Amazon Web Services, Cloud Engineering, DevOps, I thrive on helping clients with platform design, enterprise architecture, and strategic roadmaps.

Talk is cheap, show me the code:

API Document