yaml2cli

Script Generator that organizes cli args by YAML


Keywords
yaml, cli, args, shell, script, generator
License
GPL-3.0
Install
pip install yaml2cli==1.0.3

Documentation

Build Status GitHub Releases PyPI version Development Status Python version

License Coveralls

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.