0.1.0 • Published 11 years ago
git-plot v0.1.0
Git Plot
A tool for generating plotting data from your local Git repos.
Installation
sudo npm install -g git-plotUsage
Search your projects for commits made by you and output it to stdout.
git-plot --searchDir /home/paul/projects --emailRegex '.*@nechifor\.net'See the help for more:
git-plot -hFor development
Get the repo and install the requirements locally:
npm installRun it:
bin/git-plot.js -hLicense
MIT