This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

git-check

2.0.0 • Public • Published

Git Check

Micro module to check git is installed or not

npm install git-check

Usage

var hasGit = require('git-check');
 if (!hasGit) {
        throw new Error('Git is not installed');
   }

Dependencies (3)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i git-check

    Weekly Downloads

    2

    Version

    2.0.0

    License

    MIT

    Last publish

    Collaborators

    • rajasekarm