A CLI to back up all your GitHub repositories.
Via pipx
pipx run glone --help
pipx run glone
Install pyenv (if necessary).
pyenv install && pyenv versions
pip install hatch==1.14.0 && hatch --version
hatch config set dirs.env.virtual .hatch
hatch config show
hatch env create
hatch status
hatch env show
hatch dep show table
hatch run pip list
hatch run glone --help
hatch run glone
hatch run lint
hatch run format
hatch version micro
hatch version minor
hatch version major
hatch build --clean
echo "v$(hatch version)" | pbcopy
- Commit and push changes.
- Create a tag on GitHub Desktop.
- Check GitHub.
hatch publish
- Check PyPI.