is-git-repo
v0.1.2
Published
check if a directory is a git repo
Downloads
12
Readme
is-git-repo
Check if a given directory is a git repository.
isGitRepo('/home/user/my-repo', function(git) {
console.log(git) // boolean
});
Supports both regular and bare repositories.
License
MIT