ohnogit
TypeScript icon, indicating that this package has built-in type declarations

0.0.14 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i ohnogit

Weekly Downloads

4

Version

0.0.14

License

MIT

Last publish

Collaborators

  • atom-team
  • joshaber