quick-git-cli
Version:
A cli for to make Git Push a little bit easier.
20 lines (19 loc) • 372 B
JSON
{
"name": "quick-git-cli",
"version": "1.0.8",
"description": "A cli for to make Git Push a little bit easier.",
"main": "index.js",
"bin": {
"quick-git": "./index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"CLI",
"GIT",
"AUTOMATION"
],
"author": "Brendan Mulhern",
"license": "ISC"
}