PyBites-Open-Source / pybites-tools

A repo to commit common Python utility scripts and snippets
MIT License
18 stars 8 forks source link

Central command line interface #10

Open bbelderbos opened 2 years ago

bbelderbos commented 2 years ago

As we're adding tools it would be nice to have one central command that can invoke all the tools. Maybe a nice opportunity to look at typer and / or rich. This also includes adding documentation how contributors of new tools can add to switches to this central cli script.