1.0.0 • Published 6 years ago

git-master-merged v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

Npm Package Npm Downloads Build Status node codebeat badge Dependency Status JavaScript Style Guide

git-master-merged (Chinese Doc)

Check whether the latest commit of master has been merged into current branch for git projects.

Installation

Install with npm globally:

$ npm install --global git-master-merged

or as a development dependency for your project:

$ npm install --save-dev git-master-merged

Usage

If installed globally, just run following command in git project directory:

$ git-master-merged

If installed as a development dependency, set up a check script in package.json:

"scripts": {
  "git-master-merged": "git-master-merged"
}

Then run command in project directory:

$ npm run git-master-merged

Also, you can use git-master-merged as a requirement of dist or publish, set up dist and scripts in package.json:

"scripts": {
  "dist": "git-master-merged && webpack --config webpack.config.js",
  "publish": "git-master-merged && other publish commands"
}

ChangeLog

ChangeLog

Licence

MIT

1.0.0

6 years ago

0.2.3

6 years ago

0.2.2

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.0-alpha.3

6 years ago

0.1.0-alpha.2

6 years ago

0.1.0-alpha.1

6 years ago