Skip to content

nescalante/git-rev-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

git-rev CLI

Greenkeeper badge

CLI that uses git-rev-sync to create a file with git rev info

Install

npm install git-rev-cli -g

Usage

From a Git repo:

git-rev VERSION

Will create a new file with that name with the Git rev info:

cat VERSION
{
  "commit": "foo",
  "tag": "bar",
  "branch": "baz",
  "date": "2000-01-01T00:00:00.000Z"
}%  

License

MIT

About

Create git rev files from the CLI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published