Skip to content

Git command line wrapping library to git visit commit history

License

Notifications You must be signed in to change notification settings

saintedlama/git-visit

Repository files navigation

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

About

Git command line wrapping library to git visit commit history

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published