Setup & InstallationΒΆ

You must have uv installed on your system.

pip install hatchit

Quickstart TutorialΒΆ

To mint a brand new repository, simply run the hatchit CLI command:

hatchit my-awesome-package --description "A robust new tool" --license MIT

This will generate the project in the my-awesome-package directory and initialize a fresh Git repository.