1.6.0 • Published 5 years ago

node-git-utils v1.6.0

Weekly downloads
88
License
MIT
Repository
github
Last release
5 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

5 years ago

1.5.3

6 years ago

1.5.2

6 years ago

1.5.1

6 years ago

1.5.0

6 years ago

1.4.1

7 years ago

1.4.0

7 years ago

1.3.3

7 years ago

1.3.2

7 years ago

1.3.1

7 years ago

1.3.0

7 years ago

1.2.0

7 years ago

1.1.0

7 years ago

1.0.0

8 years ago