Skip to content

Aviksaikat/Cookiecutter-ape-hatch-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.