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

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

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 مستودع

Awesome GitHub RepositoriesGit Native Addons

Native Node.js addons that provide direct Git operations by wrapping the libgit2 C library.

Distinct from Node.js Native Addons: Distinct from Node.js Native Addons: specifically targets Git operations via libgit2, not general low-level system access.

Explore 1 awesome GitHub repository matching programming languages & runtimes · Git Native Addons. Refine with filters or upvote what's useful.

Awesome Git Native Addons GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • nodegit/nodegitالصورة الرمزية لـ nodegit

    nodegit/nodegit

    5,753عرض على GitHub↗

    NodeGit is a native Node.js binding library that wraps the libgit2 C API, providing direct Git repository operations from JavaScript without shelling out to the Git command-line interface. It exposes Git operations such as cloning remote repositories, opening local repositories, reading file contents from specific commits, and walking through commit history, all through a Promise-based asynchronous API that prevents event loop starvation by offloading blocking operations to a worker pool. The library distinguishes itself by bridging the C/JavaScript boundary through N-API, with reference-coun

    Calls Git operations directly from JavaScript with native performance, avoiding subprocess overhead.

    JavaScript
    عرض على GitHub↗5,753
  1. Home
  2. Programming Languages & Runtimes
  3. Node.js Native Addons
  4. Git Native Addons