镜像自地址
https://github.com/JGZYES/ParlzPackageManger.git
已同步 2026-09-11 05:42:44 +08:00
- C11, static MinGW build, single exe (pmm/pdm) - apt-style multi-mirror install with sha256/sha1 verify - .pdm package format (pdm pack/install/remove), deb-like - github/gitlab/gitea/forgejo release install with --git/--github etc. - python/pip-style version selection (==,>=,<=,>,< , comma) - auto platform selection (windows/linux variants) - Windows Installed Apps registration + PATH auto-add - download progress bar (tqdm-style, ASCII-safe) - mirror/ : zero-dep Node.js registry server (variants, multi-version) - Licensed under GNU GPL v3
8 行
167 B
Plaintext
8 行
167 B
Plaintext
# PMM 镜像源配置 (与 mirror.ini 格式完全相同)
|
|
[ghfast]
|
|
api = https://ghfast.example-mirror.dev
|
|
default = true
|
|
|
|
[mygitea]
|
|
api = https://git.mycompany.local
|