Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/itprokyle/generic-template
A generic template for GitHub repos. While it is primarily intended for Python project, it can be used as a reference for projects in other languages as well.
https://github.com/itprokyle/generic-template
python template
Last synced: 2 months ago
JSON representation
A generic template for GitHub repos. While it is primarily intended for Python project, it can be used as a reference for projects in other languages as well.
- Host: GitHub
- URL: https://github.com/itprokyle/generic-template
- Owner: ITProKyle
- License: apache-2.0
- Created: 2019-09-01T21:34:49.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-05-22T22:16:45.000Z (7 months ago)
- Last Synced: 2024-05-22T23:28:09.507Z (7 months ago)
- Topics: python, template
- Language: Makefile
- Homepage: https://generic-template.readthedocs.io
- Size: 771 KB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# generic-template
[![Documentation Status](https://readthedocs.org/projects/generic-template/badge/?version=stable)](https://generic-template.readthedocs.io/en/stable/)
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit)](https://github.com/pre-commit/pre-commit)
[![renovate](https://img.shields.io/badge/enabled-brightgreen?logo=renovatebot&logoColor=%2373afae&label=renovate)](https://developer.mend.io/)A generic template for GitHub repos.
## Commands
| Command | Description |
| ------------ | -------------- |
| `make ` | does something |## Setup
This section outlines how to setup portions of the repo that cannot be reasonably automated.
### Development Environment
1. Run `make setup`.