GitWeb Collect
2025 年 4 月 12 日 cosplay 一下产品经理,对潜在精品进行汇总
汇总有遗漏,请额外查看:
- https://forge.runxiyu.org/stuff/-/repos/code-forge-list/
- https://en.wikipedia.org/wiki/Comparison_of_source-code-hosting_facilities
- https://en.wikipedia.org/wiki/Forge_(software)#Examples
Library
- libgit2 (c)
- git2-rs (c-rust)
- pygit2 (c-python)
- rugged (c-ruby)
- nodegit (c-javascript)
- go-git (golang)
- gitoxide (rust)
- ungit (javascript)
- Gitaly (git-golang)
严格来说 Gitaly 不算库,它是 GitLab 在替换掉 Rugged 之后的 RPC 远程调用,内部是对 Git 原版命令的封装
Simple
Perl
- GitWeb(Perl, Git builtin)
- https://github.com/yuki-kimoto/gitweblite
- https://github.com/cantonios/gitwebhub
- https://github.com/broquaint/Gitalist
Rust
- https://github.com/w4/rgit
- https://github.com/alexwennerberg/mygit
- https://github.com/qaqland/bushi Here is mine
Golang
- https://github.com/icyphox/legit
- https://github.com/emersion/matcha
- https://github.com/esote/gitweb
- SoftServe
C
- https://git.zx2c4.com/cgit/about
- https://github.com/oxalorg/stagit
- https://github.com/Ernest1338/GitWebSee