8000 GitHub - dcolens/nodegit at wip
[go: up one dir, main page]

Skip to content
forked from nodegit/nodegit

Native asynchronous bindings to libgit2 for Node.js.

License

Notifications You must be signed in to change notification settings

dcolens/nodegit

 
 

Repository files navigation

nodegit

Node.js libgit2 bindings

v0.1.0 Build Status

Maintained by Tim Branyen @tbranyen, Michael Robinson @codeofinterest, and Nick Kallen @nk, with help from awesome contributors!

API Documentation

Documentation may be found here: nodegit documentation.

Building and installing

Dependencies

To install nodegit you need Node.js, python and cmake.

Easy install (Recommended)

This will install and configure everything you need to use nodegit.

$ npm run-script gen && npm install && npm test

Mac OS X/Linux/Unix

Install nodegit by cloning source from GitHub and running node install: