bahmutov / post-merge-make

Runs make command after a pull from server or merge

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

post-merge-make

Runs make post-merge command after git pull or merge.

NPM

Build status dependencies devdependencies endorse

Installation

From the root of your repo:

npm install post-merge-make

If you have Node package.json, save this module as a dev dependency using --save-dev

Configuration

Specify target in your Makefile

post-merge: install build

install: ...

Related

Run different commands from Node project on commit or push using pre-git

Small print

Author: Gleb Bahmutov © 2014

License: MIT - do anything with the code, but don't blame me if it does not work.

Spread the word: tweet, star on github, etc.

Support: if you find any problems with this module, email / tweet / open issue on Github

License

MIT

About

Runs make command after a pull from server or merge


Languages

Language:JavaScript 100.0%