yamlcredits

Small tool for generating a CREDITS.md from YAML files.


Keywords
tribecamp, yaml, credits, markdown
License
MIT
Install
pip install yamlcredits==1.0.0

Documentation

YAMLCredits

📜 Small tool for generating a CREDITS.md from YAML files.

Installation

Using pip

pip install yamlcredits

From source

git clone git@github.com:tribecamp/yamlcredits
# or: git clone https://github.com/tribecamp/yamlcredits
pip install -r requirements.txt

Usage

Output to stdout

yamlcredits path/to/config.yml

Output to a file:

yamlcredits path/to/config.yml > CREDITS.md

Credits

Kees van Voorthuizen (@keesvv) – original author

Sting Alleman (@stingalleman) – added additional usage example

License

MIT