{"id":18756436,"url":"https://github.com/libgit2/node-gitteh","last_synced_at":"2025-04-05T02:09:04.682Z","repository":{"id":41160174,"uuid":"1450893","full_name":"libgit2/node-gitteh","owner":"libgit2","description":"Node.js bindings for libgit2","archived":false,"fork":false,"pushed_at":"2015-01-20T02:46:07.000Z","size":2555,"stargazers_count":430,"open_issues_count":18,"forks_count":56,"subscribers_count":12,"default_branch":"master","last_synced_at":"2025-03-29T01:09:56.719Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://libgit2.github.com","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/libgit2.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2011-03-07T16:43:56.000Z","updated_at":"2024-11-26T00:53:04.000Z","dependencies_parsed_at":"2022-09-01T15:24:29.325Z","dependency_job_id":null,"html_url":"https://github.com/libgit2/node-gitteh","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libgit2%2Fnode-gitteh","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libgit2%2Fnode-gitteh/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libgit2%2Fnode-gitteh/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libgit2%2Fnode-gitteh/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/libgit2","download_url":"https://codeload.github.com/libgit2/node-gitteh/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247276164,"owners_count":20912288,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-07T17:36:28.939Z","updated_at":"2025-04-05T02:09:04.667Z","avatar_url":"https://github.com/libgit2.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Gitteh\n\n[![build status](https://img.shields.io/travis/libgit2/node-gitteh.svg?style=flat-square)](https://travis-ci.org/libgit2/node-gitteh) [![npm version](http://img.shields.io/npm/v/gitteh.svg?style=flat-square)](https://npmjs.org/package/gitteh) [![Dependency Status](https://david-dm.org/libgit2/node-gitteh.svg)](https://david-dm.org/libgit2/node-gitteh) [![devDependency Status](https://david-dm.org/libgit2/node-gitteh/dev-status.svg)](https://david-dm.org/libgit2/node-gitteh#info=devDependencies)\n\n## Installation\n\nGitteh requires `node 0.8 or 0.10`, `CMake 2.6` and `gcc`. Installation via NPM:\n\n\tnpm install gitteh\n\n## What?\n\nNode bindings to the excellent [libgit2](http://libgit2.github.com) C library. Right now, the bindings cover read only access to raw objects (trees/commits/blobs/tags/references), and basic access to remotes (including basic cloning/fetching support).\n\nGitteh aims to:\n\n* Be simple and convenient\n* Be as performant as possible - avoids calling into underlying C library as much as possible.\n* Be safe for use in Node's threadpool (read: shouldn't segfault your app)\n\n## Why?\n\nThere's a few libraries out there that wrap git cli commands, parsing the output and such. This is a perfectly acceptable solution. Node-gitteh provides first-class support to work with a git repository on a low level, and does not require git.git (and its myriad of dependencies) to be installed in the server environment.\n\nThe documentation is currently outdated. We're working on a new version currently for the new 0.17.x version of gitteh. The [Old pre-0.17.x documentation can be found here](http://libgit2.github.com/node-gitteh/docs/index.html). Instead, you should visit [`examples`](https://github.com/libgit2/node-gitteh/tree/master/examples) dir in the repo to see examples of 0.17.x usage.\n\n## License\n\nGitteh is available under the MIT License. See the LICENSE file for more information.\n\n## Contributing\n\nContributions are very welcome. Please feel free to fork this project and hack on it. Go ahead and check out the issues tab to see what needs to be done! Go on! Do it!\n\n### Building\n\n```\ngit clone https://github.com/libgit2/node-gitteh\ncd node-gitteh \u0026\u0026 npm install\n```\n\nHappy hacking!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flibgit2%2Fnode-gitteh","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flibgit2%2Fnode-gitteh","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flibgit2%2Fnode-gitteh/lists"}