https://github.com/tribecamp/yamlcredits
📜 Small tool for generating a CREDITS.md from YAML files.
https://github.com/tribecamp/yamlcredits
credits python tribecamp yaml yamlcredits
Last synced: 3 months ago
JSON representation
📜 Small tool for generating a CREDITS.md from YAML files.
- Host: GitHub
- URL: https://github.com/tribecamp/yamlcredits
- Owner: tribecamp
- License: mit
- Created: 2020-12-31T21:12:56.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-24T23:25:59.000Z (almost 5 years ago)
- Last Synced: 2025-09-23T00:20:34.336Z (9 months ago)
- Topics: credits, python, tribecamp, yaml, yamlcredits
- Language: Python
- Homepage: https://pypi.org/project/yamlcredits
- Size: 40 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# YAMLCredits
📜 Small tool for generating a CREDITS.md from YAML files.
## Installation
### Using pip
```python
pip install yamlcredits
```
### From source
```bash
git clone git@github.com:tribecamp/yamlcredits
# or: git clone https://github.com/tribecamp/yamlcredits
pip install -r requirements.txt
```
## Usage
### Output to stdout
```bash
yamlcredits path/to/config.yml
```
### Output to a file
```bash
yamlcredits path/to/config.yml > CREDITS.md
```
## Credits
Kees van Voorthuizen [(@keesvv)](https://github.com/keesvv) – original author
Sting Alleman [(@stingalleman)](https://github.com/stingalleman) – added additional usage example
## License
[MIT](./LICENSE)