Python CLI for managing Cookiecutter templates and boilerplate updates.
Cruft is a Python command-line tool that manages project boilerplate created from Cookiecutter templates and keeps projects in sync with template changes. It records template commits in a .cruft.json file and provides commands for validation, diffing, linking, and automated updates suitable for inclusion in CI pipelines.
0