This is a companion CLI for pyside_template (not an official PySide tool).
It helps you quickly create a template project:
mkdir app && cd app
pip install pyside-cli>=1.0.0
pyside-cli create . # requires: gitYou can also build the project or run tests with a single command.
pyside-cli build --onefile # for build: requires pyside6, nuitka
pyside-cli test # for testing: requires pytest