YaleZheng / git-js-promise

promise version of project git-js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

promise version of project git-js


Languages

Language:JavaScript 100.0%