1.0.2 • Published 9 years ago

gitlogs-coffee v1.0.2

Weekly downloads
1
License
ISC
Repository
github
Last release
9 years ago

gitlog-coffee

Generates a log file from certain prefixes.

NPM

Usage

Used to generate logs for between the current tag and the second most recent tag. Useful to see what was done between builds.

By default a file called log.txt is created with the messages in the same directory for which the task was called.


Install

npm install gitlogs-coffee


Example In cmd or terminal, depending on your Operating System, simply type.

coffee createLogs Added done 123 abc

This will take all the commits between the current tag and the second most recent tag that contains the any one of the four prefixes specified above, Added, done, 123, abc. Each commit will be added to a file called log.txt