An open API service indexing awesome lists of open source software.

https://github.com/bsoyka/cookiecutters

Opinionated cookiecutters for my personal projects
https://github.com/bsoyka/cookiecutters

cookiecutter cookiecutter-python cookiecutter-template

Last synced: 29 days ago
JSON representation

Opinionated cookiecutters for my personal projects

Awesome Lists containing this project

README

          

# Cookiecutters

This repository contains opinionated [cookiecutters][cookiecutter] for my personal
projects. If you like how I set my projects up, feel free to copy things for your own work!

[![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/bsoyka/cookiecutters/test.yml?label=build%20tests)][tests]

## Contents

| Cookiecutter directory | Intended use | Status |
|------------------------------------|------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------|
| [`python-library`][python-library] | A Python library published to PyPI | [![GitHub last commit](https://img.shields.io/github/last-commit/bsoyka/cookiecutters?path=python-library)][python-library-commits] |

[cookiecutter]: https://cookiecutter.readthedocs.io/en/stable/

[github]: https://github.com/bsoyka/cookiecutters

[python-library]: https://github.com/bsoyka/cookiecutters/tree/main/python-library

[python-library-commits]: https://github.com/bsoyka/cookiecutters/commits/main/python-library

[tests]: https://github.com/bsoyka/cookiecutters/actions/workflows/test.yml