4.1.0 • Published 7 years ago

git-visit v4.1.0

Weekly downloads
3
License
ISC
Repository
github
Last release
7 years ago

git-visit

Build Status Coverage Status

Git command line wrapping library including SSH key handling, log and diff parsing

Usage

> npm i git-visit
const Repository = require('git-visit');

async function getLog() {
  const repo = new Repository('/path/to/git/repository');

  const log = await repo.log();
}

getLog().then(() => console.log('got a parsed git log'));

API

4.1.0

7 years ago

4.0.0

7 years ago

3.1.0

8 years ago

3.0.2

8 years ago

3.0.1

8 years ago

3.0.0

8 years ago

2.3.1

8 years ago

2.3.0

8 years ago

2.0.1

8 years ago

2.0.0

9 years ago

1.8.0

9 years ago

1.7.0

9 years ago

1.6.0

9 years ago

1.4.0

10 years ago

1.3.0

10 years ago

1.1.4

10 years ago

1.1.3

10 years ago

1.1.2

10 years ago

1.1.1

10 years ago

1.1.0

10 years ago

1.0.0

10 years ago