1.0.5 • Published 8 years ago
count-commits v1.0.5
count-commits
Count commits per file.
Install
$ npm install --global count-commitsUsage
CLI
$ count-commits /path/to/file.js
14API
const { countCommits } = require("count-commits");
const count = await countCommits("/path/to/file.js");
// Do something with <count>License
See LICENSE.txt