8000 GitHub - rcruzper/node-git-info
[go: up one dir, main page]

Skip to content

rcruzper/node-git-info

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node Git Info

npm version Build Status Coverage Status Dependencies Status

Node module that creates a git.properties file with information about the current commit. It is based on maven git commit id plugin for Java.

Usage

$ npm install -g node-git-info
$ node-git-info [options]

-d, --directory     Directory to save git.properties file to (directory must already exist).

It will save a file named git.properties. If the directory option isn't passed, then default location for saving the git.properties file will be the current working directory of the Node.js process.

Example output:

git.commit.id.abbrev=42954d1
git.commit.user.email=user@email.com
git.commit.message.full=first commit
git.commit.id=42954d1fe6285fea65ba81ea39d71d5b75f9ade0
git.commit.message.short=first commit
git.commit.user.name=User Name
git.branch=master
git.commit.time=2016-11-20T11:48:42.000Z

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published
0