c178ceb5de | ||
---|---|---|
lib | ||
spec | ||
.babelrc | ||
.gitignore | ||
.npmignore | ||
.travis.yml | ||
README.md | ||
package.json | ||
tsconfig.json | ||
tslint.json | ||
typings.json |
README.md
OhNoGit
For when you have to use git in nodejs.
A wrapper around nodegit.
Install
To use:
npm install ohnogit --save
import {Repository} from 'ohnogit'
const repo = Repository.open('path/to/repository')
await repo.refreshStatus()
For development:
git clone https://github.com/github/ohnogit
npm install