1.0.3 • Published 6 years ago

vsts-pull-request-creator v1.0.3

Weekly downloads
2
License
MIT
Repository
-
Last release
6 years ago

VSTS Pull Request Creator CLI

NPM version Build status

A simple command line tool that creates a VSTS PR on your current git repository

Installation

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

# 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

CLI Options

  • -t, --title to set the PR title
  • -d, --description to set the PR description

License

MIT