Modules Version Check
Check and automatically update local dependecies before your builds
- local modules check

- local modules check via
--match

- update local modules

Installation
npm install modules-version-check -g
Help
Usage: modules-version-check [options] [command]
Commands:
update update local modules
Options:
-h, --help output usage information
-v --version output the version number
--match <regexp> regular expression matching
--cli <client> update client, `npm` or `yarn`, default: `npm`
Usage
cd your-project/
modules-version-check
Use with task runner
Gulp
npm install gulp-modules-version-check
Grunt
npm install grunt-modules-version-check