git-auto-push
Version:
A tool to auto run git commit and git push.
21 lines (20 loc) • 444 B
JSON
{
"name": "git-auto-push",
"version": "1.0.0",
"description": "A tool to auto run git commit and git push.",
"keywords": [
"autopush"
],
"author": "bulusli",
"bin": {
"autopush": "./push.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"release": "npm version patch -m \"Upgrade to %s\" && npm publish"
},
"license": "ISC",
"dependencies": {
"readline-sync": "^1.4.9"
}
}