No description
- Python 99%
- Makefile 1%
|
Some checks are pending
renovate/stability-days Updates have not met minimum release age requirement
|
||
|---|---|---|
| data | ||
| src/manager | ||
| .editorconfig | ||
| .env.example | ||
| .gitignore | ||
| .python-version | ||
| Makefile | ||
| pyproject.toml | ||
| README.md | ||
| renovate.json | ||
| ruff.toml | ||
| uv.lock | ||
ckb-next-helper
Prereqs
- Python 3.13 or newer
gh(GitHub CLI)- A local checkout of ckb-next.wiki
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.