A simple command line tool that creates a VSTS PR on your current git repository
npm install vsts-pull-request-creatorsh
npm install -g vsts-pull-request-creator
`
Features
* For those who perfer CLI tools, it is a natural next step of the git commit -> git push flow
* Identifies from your local git repo the vsts account, repository and default branch to merge to
* Copies the new PR link to your clipboard for fast sharing to your teammates for a code review
Usage
`sh
Create a pull request
vsts-pr -t "My awesome feature" -d "A longer description of my feature"
Create a pull request with default title and message
vsts-pr
`
$3
* -t, --title to set the PR title
* -d, --description` to set the PR description