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

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

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

1 مستودع

Awesome GitHub RepositoriesProgrammatic Clone and Commit APIs

APIs for cloning remote repositories and reading file contents from specific commits programmatically.

Distinct from Git Clone Optimizations: Distinct from Git Clone Optimizations: focuses on programmatic cloning and commit reading, not optimizing the clone process.

Explore 1 awesome GitHub repository matching devops & infrastructure · Programmatic Clone and Commit APIs. Refine with filters or upvote what's useful.

Awesome Programmatic Clone and Commit APIs 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

    Provides an API for cloning remote repositories and reading file contents from specific commits in Node.js.

    JavaScript
    عرض على GitHub↗5,753
  1. Home
  2. DevOps & Infrastructure
  3. Git Clone Optimizations
  4. Programmatic Clone and Commit APIs