ohnogit
v0.0.14
Published
For when you have to use git.
Readme
OhNoGit
For when you have to use git in nodejs.
A wrapper around nodegit.

Install
To use:
npm install ohnogit --saveimport {Repository} from 'ohnogit'
const repo = Repository.open('path/to/repository')
await repo.refreshStatus()For development:
git clone https://github.com/github/ohnogit
npm install