镜像自地址
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
21 行
294 B
Plaintext
21 行
294 B
Plaintext
# build artifacts
|
|
*.exe
|
|
*.o
|
|
/dist/
|
|
|
|
# packaged binaries / large upstream files (keep them out of git)
|
|
*.pdm
|
|
*.msi
|
|
*.tar.xz
|
|
*.tar.gz
|
|
*.zip
|
|
|
|
# mirror runtime data (the browser-station packages are regenerated at deploy)
|
|
mirror/server.log
|
|
mirror/packages/
|
|
mirror/files/
|
|
|
|
# editors
|
|
.vscode/
|
|
.idea/
|