dotgit
TypeScript icon, indicating that this package has built-in type declarations

0.1.1 • Public • Published

DotGit (.git)

A simple git repository utility.

Install

npm install dotgit --save-dev

Usage

import git from 'dotgit';
 
console.log(git.branch); // master
console.log(git.head); // c5275e52a7871f6d2fec5b27506d337c6939ffad
console.log(git.short); // c5275e5

License

MIT License.

Readme

Keywords

Package Sidebar

Install

npm i dotgit

Weekly Downloads

1

Version

0.1.1

License

MIT

Last publish

Collaborators

  • vilicvane