$ cnpm install is-git-repository
Checks synchronously if a specific directory is a git repository
$ npm i is-git-repository --save
or
$ yarn add is-git-repository
const isGit = require('is-git-repository');
isGit(); // true or false of process.cwd()
isGit('any/git/repo'); // true or false
MIT © Jan Peer Stöcklmair
Copyright 2013 - present © cnpmjs.org | Home |