No description
  • Python 99%
  • Makefile 1%
Find a file
renovate-bot da1fb40e5a
Some checks are pending
renovate/stability-days Updates have not met minimum release age requirement
chore(deps): lock file maintenance
2026-06-29 00:09:38 +00:00
data init 2026-05-01 21:22:27 -04:00
src/manager init 2026-05-01 21:22:27 -04:00
.editorconfig init 2026-05-01 21:22:27 -04:00
.env.example init 2026-05-01 21:22:27 -04:00
.gitignore init 2026-05-01 21:22:27 -04:00
.python-version chore(deps): update python docker tag to v3.14 (#2) 2026-06-24 03:32:07 +00:00
Makefile init 2026-05-01 21:22:27 -04:00
pyproject.toml init 2026-05-01 21:22:27 -04:00
README.md update readme 2026-05-01 22:40:27 -04:00
renovate.json chore: Configure Renovate (#1) 2026-05-22 22:24:16 +00:00
ruff.toml init 2026-05-01 21:22:27 -04:00
uv.lock chore(deps): lock file maintenance 2026-06-29 00:09:38 +00:00

ckb-next-helper

Prereqs

Getting started

With uv

uv sync

manager info 1b98

Without uv

Create a virtualenv and install the project into it:

python3.13 -m venv .venv
source .venv/bin/activate
pip install -e .

# local only command
manager info 1b98

Configuration

manager wiki-export reads CKB_NEXT_WIKI from .env:

cp .env.example .env
# edit .env and set CKB_NEXT_WIKI=/path/to/ckb-next.wiki

Usage

manager issue 1261
manager report https://github.com/user-attachments/files/25269935/ckb-next-dev-detect-report.gz
manager wiki-export
manager add-requested 1261
manager info 1b98
manager edit 1b98

Issue JSON and the downloaded .gz attachment are cached under .cache/<issue>/ in the project root. Pass --overwrite to bypass the cache.