Socket
Socket
Sign inDemoInstall

git-commit-count

Package Overview
Dependencies
18
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    git-commit-count

A tool to count the numbers of commits of a git repository


Version published
Maintainers
1
Install size
275 kB
Created

Readme

Source

git-commit-count

Build Status Build status Coverage Status

Checks how many commits a git repository has

Installation

$ npm i git-commit-count --save

or

$ yarn add git-commit-count

Usage

Returns the number of the amount of git commits. Returns -1 if it is not a git repository.

const commitCount = require('git-commit-count');

commitCount(); // number of process.cwd()
commitCount('any/git/repo'); // number

LICENSE

MIT © Lukas Aichbauer

Keywords

FAQs

Last updated on 02 Jun 2017

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc