Contributions are welcome, and they are greatly appreciated! Every little bit helps, and credit will always be given.
You only need two tools, uv and Copier.
curl -LsSf https://astral.sh/uv/install.sh | sh
uv tool install copier --with copier-templates-extensions
Then you can clone the repository, enter it and set it up with:
git clone https://github.com/pawamoy/copier-uv
cd copier-uv
make setup
To run the tests, use:
make test
To serve the docs locally, use:
make docs