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

/is-git-repo/

    Package Sidebar

    Install

    npm i is-git-repo

    Weekly Downloads

    2

    Version

    0.1.2

    License

    MIT

    Last publish

    Collaborators

    • hkkoren