git-visit

4.1.0 • Public • Published

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

/git-visit/

    Package Sidebar

    Install

    npm i git-visit

    Weekly Downloads

    13

    Version

    4.1.0

    License

    ISC

    Unpacked Size

    3.07 MB

    Total Files

    47

    Last publish

    Collaborators

    • saintedlama