1.1.1 • Published 4 years ago

is-git-check v1.1.1

Weekly downloads
5
License
MIT
Repository
-
Last release
4 years ago

#is-git-check

Simple module to check whether a directory is a git repository or not

Installation
npm install is-git-check
Usage
const isGit = require('is-git-check');

// checking current working directory
isGit(process.cwd()) // returns true or false
Test
npm test
Changelog
  • 1.1.1
    • Update dependencies
  • 1.1.0
    • Added tests
  • 1.0.2
    • added useful comments in code
  • 1.0.1
    • fixed typos in Readme
  • 1.0
    • Initial commit
1.1.1

4 years ago

1.1.0

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago