@xniva/pivotal-github-cli
Version:
A cli tool for Pivotal Tracker users where branch and pull request can be created from story name with reference to it
29 lines (28 loc) • 664 B
JSON
{
"name": "@xniva/pivotal-github-cli",
"version": "1.0.0",
"description": "A cli tool for Pivotal Tracker users where branch and pull request can be created from story name with reference to it",
"bin": {
"gcb": "bin/create_branch.js",
"gcp": "bin/create_pr.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"type": "module",
"keywords": [
"Pivotal",
"Tracker",
"Github",
"Cli"
],
"author": "kavinkumar1543884@gmail.com",
"license": "ISC",
"dependencies": {
"axios": "^1.3.2",
"commander": "^10.0.0",
"inquirer": "^9.1.4",
"open": "^8.4.1",
"ora": "^6.1.2"
}
}