Skip to content

bettercallshao/qinvoke

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

qinvoke

CircleCI PyPi

qinvoke - q stands for nothing particular.

summary

A web gui for running invoke commands.

install

pip install qinvoke

usage

use qinvoke in place of invoke or import Program from qinvoke instead of invoke.

develop

to release make a tag like v0.1.0 that matches package version.

python3 setup.py sdist
python3 -m twine upload dist/*