Package Exports
- git-commit-count
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (git-commit-count) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
is-git-repository
Checks how many commits a git repository has
Installation
$ npm i git-commit-count --saveor
$ yarn add git-commit-countUsage
const commitCount = require('git-commit-count');
commitCount(); // number of process.cwd()
commitCount('any/git/repo'); // numberLICENSE
MIT © Lukas Aichbauer