joaopalmeiro / glone

A CLI to back up all your GitHub repositories.

Home Page:https://pypi.org/project/glone/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

glone

Hatch project Ruff Pydantic v2

A CLI to back up all your GitHub repositories.

Usage

Via pipx

pipx run glone --help
pipx run glone

Development

Install pyenv (if necessary).

pyenv install && pyenv versions
pip install hatch==1.9.3 && 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

Deployment

hatch version micro
hatch version minor
hatch version major
hatch build --clean
echo "v$(hatch version)" | pbcopy
hatch publish

About

A CLI to back up all your GitHub repositories.

https://pypi.org/project/glone/

License:MIT License


Languages

Language:Python 100.0%