https://github.com/ickc/yaml2cli
yaml2cli: Script Generator that organizes cli args by YAML
https://github.com/ickc/yaml2cli
Last synced: over 1 year ago
JSON representation
yaml2cli: Script Generator that organizes cli args by YAML
- Host: GitHub
- URL: https://github.com/ickc/yaml2cli
- Owner: ickc
- License: gpl-3.0
- Created: 2017-07-21T20:02:01.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2020-12-10T22:57:18.000Z (over 5 years ago)
- Last Synced: 2025-03-08T11:17:15.351Z (over 1 year ago)
- Language: Python
- Size: 66.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
[](https://travis-ci.org/ickc/yaml2cli)
[](https://github.com/ickc/yaml2cli/releases)
[](https://pypi.python.org/pypi/yaml2cli/)
[](https://pypi.python.org/pypi/yaml2cli/)
[](https://pypi.python.org/pypi/yaml2cli/)

[](https://coveralls.io/github/ickc/yaml2cli)
Organize cli args through YAML. Useful for organizing huge amounts of
cli args, as well as a tons of commands with interelated cli args.
Useful for a long pipeline with dependencies with each other.
To see what it does, run `make examples` and see the script generated
from `examples/example.sh` and `examples/example.yml`.