Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 636 Bytes

File metadata and controls

26 lines (17 loc) · 636 Bytes

CLI for PySide Template

Quick Overview

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: git

You 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

Links