A template project / CLI tool for creating a README and other files for Python projects on GitHub.
- This project contains templates you can use to write your own
README,CONTRIBUTINGandPULL_REQUEST_TEMPLATEfiles. - It also includes a CLI tool for using these files in your own projects.
- Supports
piporpoetryfor dependency management.
pip install readme-template-clireadme [-h] [--test] [--force]| Flag | Description |
|---|---|
-h, --help |
Show this help message and exit. |
--test |
Run in test mode - files created have .test extension. This does not update filename references inside the templates. |
--force |
Force overwrite existing files. |
If using pip:
pip install -r requirements.txtIf using poetry:
poetry install --without devRun the program from the command line (from the project root) like this:
If using pip:
python3 readme_generator/src/generator.pyIf using poetry:
poetry run readmeFor information on how to set up your dev environment and contribute, see here.
MIT