is-git-status-clean
Version:
Check if the git working directory is clean
33 lines (32 loc) • 557 B
JSON
{
"name": "is-git-status-clean",
"version": "1.0.0",
"description": "Check if the git working directory is clean",
"license": "MIT",
"repository": "marcofugaro/is-git-status-clean",
"author": {
"name": "Marco Fugaro",
"email": "marco.fugaro@gmail.com",
"url": "marcofugaro.it"
},
"bin": "cli.js",
"engines": {
"node": ">=4"
},
"files": [
"index.js",
"cli.js"
],
"keywords": [
"git",
"status",
"working",
"directory",
"clean"
],
"dependencies": {
"chalk": "^2.3.2",
"indent-string": "^3.2.0",
"meow": "^4.0.0"
}
}