4.1.0 • Published 6 years ago

git-visit v4.1.0

Weekly downloads
3
License
ISC
Repository
github
Last release
6 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

6 years ago

4.0.0

6 years ago

3.1.0

7 years ago

3.0.2

7 years ago

3.0.1

7 years ago

3.0.0

7 years ago

2.3.1

7 years ago

2.3.0

7 years ago

2.0.1

7 years ago

2.0.0

7 years ago

1.8.0

7 years ago

1.7.0

8 years ago

1.6.0

8 years ago

1.4.0

8 years ago

1.3.0

9 years ago

1.1.4

9 years ago

1.1.3

9 years ago

1.1.2

9 years ago

1.1.1

9 years ago

1.1.0

9 years ago

1.0.0

9 years ago