Command Line Interface for creating and viewing Pull Requests in VSTS.
npm install -g git-vs
git-vs
git-vs ui
git-vs pr
git-vs new
git-vs newpr
git-vs pulls
git-vs work
git-vs queries
git config --global alias.vs "!git-vs"
Then you can run commands like: 'git vs pr' to create a PR in visual studio.