0.2.1 • Published 12 years ago

willitmerge v0.2.1

Weekly downloads
4
License
-
Repository
github
Last release
12 years ago

willitmerge

A command line tool to check if pull requests are mergeable.

willitmerge sample

Install

Install with npm install -g willitmerge

Usage

Navigate to the project folder you would like to check then run: willitmerge.

This will then look for the remote: upstream or origin in that order. Then proceeds to check if each open pull request can be merged.

Please note, this will not actually do any merging... only checks.

Options

-r, --remote

Override the default remote source lookup eg: willitmerge --remote myremote.

--ignore

List of github issue numbers to ignore eg: willitmerge --ignore 123,240,300.

Contributing

This project uses Grunt for development. Please install and run grunt before submitting a pull request. Thanks!

Release History

  • 0.1.0 Built willitmerge tool from grunt-willitmerge

License

Copyright (c) 2012 Kyle Robinson Young

Licensed under the MIT license.

0.2.1

12 years ago

0.2.0

12 years ago

0.1.2

12 years ago

0.1.1

12 years ago

0.1.0

12 years ago