git-log-carver
v0.1.2
Published
`git log --no-merges --stat --author=Boette --author=chrisbodhi --pretty=format:"%ad" --reverse | carve-it`
Downloads
6
Readme
git log --no-merges --stat --author=Boette --author=chrisbodhi --pretty=format:"%ad" --reverse | carve-it
delete that index.js before running tests if npm test
doesn't do it first
To use after updating
- Run
npm run build
to get the transpiled TS to JS - Go to directory you wish to count.
git log --no-merges --stat --author=Boette --author=chrisbodhi --pretty=format:"%ad" --reverse | node ../path/to/git-log-parser/index.js | pbcopy
to copy to clipboard.