is-git-repo

0.1.2 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i is-git-repo

Weekly Downloads

1

Version

0.1.2

License

MIT

Last publish

Collaborators

  • hkkoren