1.0.3 • Published 8 years ago
vsts-pull-request-creator v1.0.3
VSTS Pull Request Creator CLI
A simple command line tool that creates a VSTS PR on your current git repository
Installation
npm install -g vsts-pull-request-creatorFeatures
- For those who perfer CLI tools, it is a natural next step of the
git commit -> git pushflow - 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
# 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-prCLI Options
-t,--titleto set the PR title-d,--descriptionto set the PR description
License
MIT