28 open-source projects similar to samypesse/gitkit-js, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Gitkit Js alternative.
A lot of organizations run on GitHub, not just for the code repositories, but also for the heavy use of Issues, the bug tracking/feedback reporting tool. Instead of routing your users to GitHub and expecting them to file issues, this is an option to support it right from inside your iOS application.
An Objective-C/Foundation implementation of the Git version control software.
Git.framework - Mac OS X GIT Repository Framework An implementation of Git in Objective-C & Foundation framework for embedding in Mac OS X and potentially iPhone OS Applications.
This is a Swift Github API Wrapper, it could make your life a little easier if you want to make an App with Github's wonderful data.
A simple PHP GitHub API client, Object Oriented, tested and documented.
libgit2 is a portable, cross-platform C library that provides a programmatic interface for integrating Git version control directly into applications. It serves as a linkable implementation of Git internals, allowing developers to manage repositories and manipulate version control data without requiring a system installation of the Git command line tool. The library functions as an embedded API and object database manager capable of reading and writing commits, trees, blobs, and tags. It includes a network transport client to handle the transfer of repository data over protocols such as SSH a
Bindings to the libgit2 shared library, implements Git plumbing. Supports Python 3.11 to 3.14 and PyPy3 7.3+
A Ruby library for getting information from the GitHub API.
Status](https://travis-ci.org/modocache/Gift.svg?branch=master)](https://travis-ci.org/modocache/Gift)
My open source work is supported by the community Special thanks to:
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
gitter: https://gitter.im/piotrmurach/githubapi gem: http://badge.fury.io/rb/githubapi travis: http://travis-ci.org/piotrmurach/github codeclimate: https://codeclimate.com/github/piotrmurach/github/maintainability coverage: https://coveralls.io/r/piotrmurach/github inchpages:…
PyGithub is a Python library that serves as an object-oriented wrapper for the GitHub REST API. It functions as a specialized client that translates API endpoints into a hierarchy of Python classes, allowing for the programmatic management of GitHub repositories, user profiles, and organizations. The library manages the serialization of requests and responses, converting JSON data into structured object attributes. It utilizes lazy-loading for property retrieval and employs generators to handle pagination when iterating over large remote datasets. This toolkit enables the automation of GitHu
.. image:: https://raw.github.com/sigmavirus24/github3.py/master/docs/img/gh3-logo.png