Skip to content

Latest commit

 

History

History
89 lines (65 loc) · 4.24 KB

README.md

File metadata and controls

89 lines (65 loc) · 4.24 KB

Cookiecutter-ape-hatch-template

Simple Cookiecutter template for Ape (ApeWorx) with Hatch, ruff, mypy.

Details License - MIT GitHub Sponsors
Features Hatch project linting - Ruff types - mypy test - pytest linting - precommit docs - mkdocs

✨ Features

Demo

💫 Quickstart

Generate the project:

This project will use pipx to install hatch in an isolated enviroment. Make sure you have pipx installed before running the following command.

cookiecutter https://github.com/Aviksaikat/Cookiecutter-ape-hatch-template

The generator will automatically call hatch env create at the end.

With cruft

cruft is a layer above Cookiecutter allowing you to update your project from the template after it has been generated.

cruft create https://github.com/Aviksaikat/Cookiecutter-ape-hatch-template

License

This project is licensed under the terms of the MIT license.