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

https://github.com/bcochofel/gh-project-cookiecutter

cookiecutter template for GitHub projects
https://github.com/bcochofel/gh-project-cookiecutter

Last synced: 4 months ago
JSON representation

cookiecutter template for GitHub projects

Awesome Lists containing this project

README

          

# gh-project-cookiecutter

[![pre-commit badge][pre-commit-badge]][pre-commit] [![Conventional commits badge][conventional-commits-badge]][conventional-commits] [![Keep a Changelog v1.1.0 badge][keep-a-changelog-badge]][keep-a-changelog] [![MIT License Badge][license-badge]][license]

## Usage

To use this repository as a GitHub project template:

```bash
pip install cookiecutter
cookiecutter gh:bcochofel/gh-project-cookiecutter
```

pre-commit hooks are installed using post hook.
Check [this](hooks/post_gen_project.sh) to see what else gets executed.

After creating your Github repository don't forget to set your remote origin and push.

## pre-commit hooks

Read the [pre-commit hooks](docs/pre-commit-hooks.md) document for more info.

## git-chglog

Read the [git-chglog](docs/git-chlog.md) document for more info.

[pre-commit]: https://github.com/pre-commit/pre-commit
[pre-commit-badge]: https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white
[conventional-commits-badge]: https://img.shields.io/badge/Conventional%20Commits-1.0.0-green.svg
[conventional-commits]: https://conventionalcommits.org
[keep-a-changelog-badge]: https://img.shields.io/badge/changelog-Keep%20a%20Changelog%20v1.1.0-%23E05735
[keep-a-changelog]: https://keepachangelog.com/en/1.0.0/
[license]: ./LICENSE
[license-badge]: https://img.shields.io/badge/license-MIT-green.svg
[changelog]: ./CHANGELOG.md
[changelog-badge]: https://img.shields.io/badge/changelog-Keep%20a%20Changelog%20v1.1.0-%23E05735