Skip to content

Get a json object with the version information of the git repository you're working in 🔖

License

Notifications You must be signed in to change notification settings

lts-beratung/gineta

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gineta install size XO code style

Get a json object with the version information of the git repository you're working in 🔖

Install

$ npm install --global gineta
$ gineta --help

  Usage
    gineta [directory] [output]

	Arguments
		directory: Specify the directory to get the git information from.
		output: Specify the optional output directory to write the output to.
  Examples
    $ gineta
// => {
				"date": "Thu Mar 28 12:22:58 CET 2019",
				"hostname": "vikepic.local",
				"username": "vikepic",
				"commit": {
					"hash": "7375605bd043d979a3a9edf09dee4964ca2c17c2",
					"subject": "Added one-lined output",
					"body": "",
					"author": "vikepic",
					"date": "Thu, 28 Mar 2019 12:21:35 +0100",
					"changes": "1 file changed, 17 insertions(+), 7 deletions(-)"
				}
			}

License

MIT © lts-beratung

About

Get a json object with the version information of the git repository you're working in 🔖

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published