/PythonCliToolTemplate

This is not a usable repository, only used as string templates in another (see below)

Primary LanguagePython

{0}

Welcome to {0}, an insert description here

Commands include: insert commands here

Usage: {0} <command> [parameters]

Bash Alias

{0}(){{
        python3 /<srcpath>/{0}/main.py $@
}}

Commands

{0} help

{0} help

PyTests

Install: pip install pytest

Run: pytest tests/