willitmerge
v0.2.1
Published
A command line tool to check if pull requests are mergeable.
Downloads
3
Readme
willitmerge
A command line tool to check if pull requests are mergeable.
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.