2.0.0 • Published 10 years ago
git-check v2.0.0
Git Check
Micro module to check git is installed or not
npm install git-checkUsage
var hasGit = require('git-check');
if (!hasGit) {
throw new Error('Git is not installed');
}Micro module to check git is installed or not
npm install git-checkvar hasGit = require('git-check');
if (!hasGit) {
throw new Error('Git is not installed');
}