🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

glone

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

glone

A CLI to back up all your GitHub repositories.

Source
pipPyPI
Version
0.4.0
Weekly downloads
14
-70.21%
Maintainers
1
Weekly downloads
 

glone

Hatch project Ruff Pydantic v2

A CLI to back up all your GitHub repositories.

Usage

Via uv and 1Password CLI

uvx glone --help
GITHUB_ACCESS_TOKEN="op://Development/glone/GITHUB_ACCESS_TOKEN" op run -- uvx glone

Development

Install zizmor, pinact, 1Password, and 1Password CLI (if necessary).

Install uv (if necessary):

curl -LsSf https://astral.sh/uv/0.11.6/install.sh | sh
uv python install
uv audit --verbose
uv run glone --help
GITHUB_ACCESS_TOKEN="op://Development/glone/GITHUB_ACCESS_TOKEN" op run -- uv run glone
uv run mypy
uv run ruff format
uv run ruff check --fix
uv build

GitHub Actions

zizmor .
pinact run -u --min-age 7

Get a GitHub token

Deployment

uv version --bump patch
uv version --bump minor
uv version --bump major
echo "v$(uv version --short)" | pbcopy

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts