0.1.5 • Published 8 years ago

yale-simple-git-promise v0.1.5

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

git-js-promise

promise version of project git-js

Installation

npm install yale-simple-git-promise

Usage

const {Git} = require('yale-simple-git-promise')

const workdir = 'path/to/your/workdir'
const client = new Git(workdir)
const logs = await client.log()

Document

all document could be found on git-js

0.1.5

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago