awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
J

jingweno/nut

0
View on GitHub↗
0 星标·0 分支·2 次浏览

Nut

Features

  • Dependency Management - Vendor-based dependency management.
  • Package Management - Vendor Go dependencies.

Star 历史

jingweno/nut 的 Star 历史图表jingweno/nut 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

Nut 的开源替代方案

相似的开源项目,按与 Nut 的功能重合度排序。
  • damnwidget/vengoD

    DamnWidget/VenGO

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • golang/depgolang 的头像

    golang/dep

    12,737在 GitHub 上查看↗

    This project is a dependency management tool for Go designed to track and lock package versions to ensure reproducible builds across different environments. It functions as a version lock file manager, recording complete snapshots of the dependency graph to prevent version drift, and as a semantic version constraint resolver that calculates compatible package versions. The tool orchestrates a local vendor directory, mirroring external source code to enable offline builds and source auditing. It utilizes a combination of static analysis to discover required libraries and a logic engine to inte

    Godependency-managergolangpackage-manager
    在 GitHub 上查看↗12,737
  • carthage/carthageCarthage 的头像

    Carthage/Carthage

    15,174在 GitHub 上查看↗

    Carthage is a decentralized dependency manager for Cocoa projects and an automation tool for Xcode builds. It functions as a Git-based framework manager and binary distribution tool used to fetch, build, and manage external libraries. The project distinguishes itself by supporting the production and distribution of platform-independent binary frameworks and static libraries. It utilizes Git tags and submodules to lock specific versions of external libraries and provides mechanisms to distribute prebuilt binaries via zipped release archives. The system covers dependency resolution and version

    Swift
    在 GitHub 上查看↗15,174
  • gpmgo/gopmgpmgo 的头像

    gpmgo/gopm

    2,445在 GitHub 上查看↗

    Go Package Manager (gopm) is a package manager and build tool for Go.

    Go
    在 GitHub 上查看↗2,445
查看 Nut 的所有 30 个替代方案→

常见问题解答

jingweno/nut 的主要功能有哪些?

jingweno/nut 的主要功能包括:Dependency Management, Package Management。

jingweno/nut 有哪些开源替代品?

jingweno/nut 的开源替代品包括: golang/dep — This project is a dependency management tool for Go designed to track and lock package versions to ensure reproducible… kardianos/govendor — govendor is a toolset for Go dependency management that enables the replication of external packages into a local… carthage/carthage — Carthage is a decentralized dependency manager for Cocoa projects and an automation tool for Xcode builds. It… damnwidget/vengo. gpmgo/gopm — Go Package Manager (gopm) is a package manager and build tool for Go. lunny/gop.