For when you have to use git in nodejs.
Перейти к файлу
joshaber 11c81db603 0.0.7 2016-04-20 23:14:49 -04:00
lib Export Repository with its name. 2016-04-20 15:02:07 -04:00
spec Use the runtime transform instead of the polyfill. 2016-04-20 22:49:50 -04:00
.babelrc Use the runtime transform instead of the polyfill. 2016-04-20 22:49:50 -04:00
.gitignore Add nodegit 2016-04-18 16:04:23 -04:00
.npmignore Specifically unignore the type declarations. 2016-04-20 15:14:15 -04:00
README.md Don't install typings in post-install. 2016-04-20 15:19:25 -04:00
package.json 0.0.7 2016-04-20 23:14:49 -04:00
tsconfig.json Revert "Test with ava." 2016-04-19 16:20:51 -04:00
tslint.json Get shit popping 2016-04-19 14:56:58 -04:00
typings.json Switch to using jasmine. 2016-04-19 17:26:47 -04:00

README.md

OhNoGit

For when you have to use git in nodejs.

A wrapper around nodegit.

Install

To use:

npm install ohnogit --save

For development:

git clone https://github.com/github/ohnogit
npm install
./node_modules/.bin/typings install