Skip to content

militu/workstation-cli

Repository files navigation

Workstation

Tests Docs

🕮 Documentation

For detailed documentation (todo), please see here

pip install workstation --user

🪛 Develop

First install workstation

pyenv install -s 3.8.12
pyenv local 3.8.12
poetry lock
nox -s pre-commit -- install
nox -s pre-commit -- install --hook-type commit-msg

Release

git switch --create release main
nox -s release -- --patch
git push origin release