| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
For when you have to use git in nodejs.
A wrapper around nodegit.
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
| Back | FazBrowse Home | New Git URL |