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

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

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

Open-source alternatives to Projektgunnar.nvim

30 open-source projects similar to jesperlundberg/projektgunnar.nvim, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Projektgunnar.nvim alternative.

  • roots/bedrockroots 的头像

    roots/bedrock

    6,531在 GitHub 上查看↗

    WordPress boilerplate with Composer and Git, easier configuration, and an improved folder structure

    PHPbedrockcomposerphp
    在 GitHub 上查看↗6,531
  • composer/installerscomposer 的头像

    composer/installers

    1,435在 GitHub 上查看↗

    A Multi-Framework Composer Library Installer

    PHP
    在 GitHub 上查看↗1,435
  • composer/satiscomposer 的头像

    composer/satis

    3,280在 GitHub 上查看↗

    Simple static Composer repository generator - For a full private Composer repo use Private Packagist

    PHP
    在 GitHub 上查看↗3,280
  • composer-unused/composer-unusedcomposer-unused 的头像

    composer-unused/composer-unused

    1,681在 GitHub 上查看↗

    Show unused composer dependencies by scanning your code

    PHP
    在 GitHub 上查看↗1,681
  • cweagans/composer-patchescweagans 的头像

    cweagans/composer-patches

    1,708在 GitHub 上查看↗

    Simple patches plugin for Composer

    PHP
    在 GitHub 上查看↗1,708
  • damnwidget/vengoD

    DamnWidget/VenGO

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0

AI 搜索

探索更多 awesome 仓库

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

Find more with AI search
  • dereuromark/composer-prefer-lowestdereuromark 的头像

    dereuromark/composer-prefer-lowest

    22在 GitHub 上查看↗

    Checks prefer-lowest installation for actually defined min versions in composer.json

    PHP
    在 GitHub 上查看↗22
  • devxoul/cocoaseedsD

    devxoul/CocoaSeeds

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • drkjeff16/pipenv.nvimDrKJeff16 的头像

    DrKJeff16/pipenv.nvim

    8在 GitHub 上查看↗

    Asynchronous Pipenv management from within Neovim.

    Lua
    在 GitHub 上查看↗8
  • ergebnis/composer-normalizeergebnis 的头像

    ergebnis/composer-normalize

    1,111在 GitHub 上查看↗

    🎵 Provides a composer plugin for normalizing composer.json.

    PHP
    在 GitHub 上查看↗1,111
  • friendsofphp/pickleFriendsOfPHP 的头像

    FriendsOfPHP/pickle

    1,651在 GitHub 上查看↗

    PHP Extension installer

    PHP
    在 GitHub 上查看↗1,651
  • 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
  • gomods/athensgomods 的头像

    gomods/athens

    4,773在 GitHub 上查看↗

    Athens is a Go module proxy server and dependency cache that provides a persistent storage system for Go dependencies. It acts as a mirror and datastore to ensure reproducible build environments by storing immutable copies of external packages, protecting against upstream deletions or outages. The project distinguishes itself by serving as a secure gateway for private Go module hosting, utilizing authentication tokens, SSH keys, and GitHub Apps to retrieve dependencies from private version control systems. It further enables software dependency compliance through request filtering and checksu

    Goathensdependenciesdependency-manager
    在 GitHub 上查看↗4,773
  • goproxy/goproxy.cngoproxy 的头像

    goproxy/goproxy.cn

    7,082在 GitHub 上查看↗

    goproxy.cn is a Go module proxy and checksum database proxy designed to manage the availability and integrity of Go software modules. It provides a regional mirror of modules to ensure reliable dependency downloads for build pipelines and CI/CD optimization. The service utilizes a content delivery network for module mirroring and distribution to reduce latency. It employs a lazy-loading proxy cache that retrieves and stores modules from primary sources on demand to optimize storage. The platform includes software download analytics to track version-specific download counts and usage trends.

    HTMLchinagogoproxy
    在 GitHub 上查看↗7,082
  • goproxyio/goproxygoproxyio 的头像

    goproxyio/goproxy

    5,871在 GitHub 上查看↗

    goproxy is a Go module proxy server that caches and serves Go module dependencies to accelerate builds and improve reliability. It acts as an HTTP server that proxies requests to upstream sources, caching downloaded modules locally so repeated requests are served instantly without re-downloading. The project provides a mirror that stores a read-only copy of public Go modules for offline or accelerated access, and can bypass checksum database verification for private or unrecognized modules. The proxy is configured entirely through Go environment variables like GOPROXY, GONOSUMCHECK, and GONOS

    Gogogolanggoproxy
    在 GitHub 上查看↗5,871
  • gpmgo/gopmgpmgo 的头像

    gpmgo/gopm

    2,445在 GitHub 上查看↗

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

    Go
    在 GitHub 上查看↗2,445
  • jankuca/swmJ

    jankuca/swm

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • jingweno/nutJ

    jingweno/nut

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • kardianos/govendorkardianos 的头像

    kardianos/govendor

    4,895在 GitHub 上查看↗

    govendor is a toolset for Go dependency management that enables the replication of external packages into a local directory to ensure reproducible builds without requiring active network access. It functions as a dependency vendor tool and version manager, fetching specific git revisions, tags, or branches of remote packages. The project includes a dependency auditor to identify missing, modified, or outdated packages compared to their remote sources. It also provides a license extraction utility that discovers and lists the legal licenses associated with project import paths and dependencies

    Gogogolangvendor
    在 GitHub 上查看↗4,895
  • kylebanks/gogglesK

    KyleBanks/goggles

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • lunny/gopL

    lunny/gop

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • lyricalsecurity/gigoL

    LyricalSecurity/gigo

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • maglnet/composerrequirecheckermaglnet 的头像

    maglnet/ComposerRequireChecker

    1,002在 GitHub 上查看↗

    A CLI tool to check whether a specific composer package uses imported symbols that aren't part of its direct composer dependencies

    PHP
    在 GitHub 上查看↗1,002
  • masterminds/glideMasterminds 的头像

    Masterminds/glide

    8,095在 GitHub 上查看↗

    Glide is a Go dependency management tool that fetches, pins, and vendors external packages to enable reproducible builds across environments. It stores project-specific copies of Go packages in a vendor directory, isolating dependencies per project to avoid version conflicts, and supports fetching packages from Git, Mercurial, Bazaar, and Subversion repositories. The tool resolves dependency versions using semantic versioning ranges and operators, and generates a lock file that records exact commit IDs for all transitive dependencies. Glide distinguishes itself with an interactive version wiz

    Gogogolangpackage-management
    在 GitHub 上查看↗8,095
  • mattn/gommattn 的头像

    mattn/gom

    1,373在 GitHub 上查看↗

    Go Manager - bundle for go

    Go
    在 GitHub 上查看↗1,373
  • nitrous-io/goopN

    nitrous-io/goop

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • owenthereal/goupowenthereal 的头像

    owenthereal/goup

    597在 GitHub 上查看↗
    Gogolanginstallerversion-manager
    在 GitHub 上查看↗597
  • php/piephp 的头像

    php/pie

    1,886在 GitHub 上查看↗

    🥧 The PHP Installer for Extensions

    PHP
    在 GitHub 上查看↗1,886
  • piersolenski/import.nvimpiersolenski 的头像

    piersolenski/import.nvim

    262在 GitHub 上查看↗

    An import picker that learns from your codebase

    Lua
    在 GitHub 上查看↗262
  • pote/gpmpote 的头像

    pote/gpm

    1,175在 GitHub 上查看↗

    Barebones dependency manager for Go.

    Shell
    在 GitHub 上查看↗1,175