Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 692 Bytes

README.md

File metadata and controls

43 lines (27 loc) · 692 Bytes

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