1.6.0 • Published 4 years ago

node-git-utils v1.6.0

Weekly downloads
88
License
MIT
Repository
github
Last release
4 years ago

node-git-utils


CircleCI

Thank goodness for git. Just using git and exporting some handy functions for usage in node tools.

Install

$ npm install node-git-utils --save-dev
# or
$ yarn add node-git-utils -D

Documentation

Table of Contents

getCurrentSHA

getCurrentSHA

Parameters

  • opts Object an object of options passed to execa

Returns String the sha at HEAD

hasTags

hasTags

Parameters

  • opts Object an object of options passed to execa

Returns Boolean returns whether there are any git tags at all

1.6.0

4 years ago

1.5.3

5 years ago

1.5.2

5 years ago

1.5.1

5 years ago

1.5.0

5 years ago

1.4.1

6 years ago

1.4.0

6 years ago

1.3.3

6 years ago

1.3.2

6 years ago

1.3.1

6 years ago

1.3.0

6 years ago

1.2.0

6 years ago

1.1.0

6 years ago

1.0.0

7 years ago