awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم 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/bedrockالصورة الرمزية لـ roots

    roots/bedrock

    6,531عرض على GitHub↗

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

    PHPbedrockcomposerphp
    عرض على GitHub↗6,531
  • composer/installersالصورة الرمزية لـ composer

    composer/installers

    1,435عرض على GitHub↗

    A Multi-Framework Composer Library Installer

    PHP
    عرض على GitHub↗1,435
  • composer/satisالصورة الرمزية لـ composer

    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-unusedالصورة الرمزية لـ composer-unused

    composer-unused/composer-unused

    1,681عرض على GitHub↗

    Show unused composer dependencies by scanning your code

    PHP
    عرض على GitHub↗1,681
  • cweagans/composer-patchesالصورة الرمزية لـ cweagans

    cweagans/composer-patches

    1,708عرض على GitHub↗

    Simple patches plugin for Composer

    PHP
    عرض على GitHub↗1,708
  • damnwidget/vengoD

    DamnWidget/VenGO

    0عرض على GitHub↗
    عرض على GitHub↗0
  • dereuromark/composer-prefer-lowestالصورة الرمزية لـ dereuromark

    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.nvimالصورة الرمزية لـ DrKJeff16

    DrKJeff16/pipenv.nvim

    8عرض على GitHub↗

    Asynchronous Pipenv management from within Neovim.

    Lua
    عرض على GitHub↗8
  • ergebnis/composer-normalizeالصورة الرمزية لـ ergebnis

    ergebnis/composer-normalize

    1,111عرض على GitHub↗

    🎵 Provides a composer plugin for normalizing composer.json.

    PHP
    عرض على GitHub↗1,111
  • friendsofphp/pickleالصورة الرمزية لـ FriendsOfPHP

    FriendsOfPHP/pickle

    1,651عرض على GitHub↗

    PHP Extension installer

    PHP
    عرض على GitHub↗1,651
  • golang/depالصورة الرمزية لـ golang

    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/athensالصورة الرمزية لـ gomods

    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.cnالصورة الرمزية لـ goproxy

    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/goproxyالصورة الرمزية لـ goproxyio

    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/gopmالصورة الرمزية لـ gpmgo

    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/govendorالصورة الرمزية لـ kardianos

    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/composerrequirecheckerالصورة الرمزية لـ maglnet

    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/glideالصورة الرمزية لـ Masterminds

    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/gomالصورة الرمزية لـ mattn

    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/goupالصورة الرمزية لـ owenthereal

    owenthereal/goup

    597عرض على GitHub↗
    Gogolanginstallerversion-manager
    عرض على GitHub↗597
  • php/pieالصورة الرمزية لـ php

    php/pie

    1,886عرض على GitHub↗

    🥧 The PHP Installer for Extensions

    PHP
    عرض على GitHub↗1,886
  • piersolenski/import.nvimالصورة الرمزية لـ piersolenski

    piersolenski/import.nvim

    262عرض على GitHub↗

    An import picker that learns from your codebase

    Lua
    عرض على GitHub↗262
  • pote/gpmالصورة الرمزية لـ pote

    pote/gpm

    1,175عرض على GitHub↗

    Barebones dependency manager for Go.

    Shell
    عرض على GitHub↗1,175

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Find more with AI search