npm.io
0.2.13 • Published 8 years agoCLI

modules-version-check

Licence
MIT
Version
0.2.13
Deps
9
Size
831 kB
Vulns
11
Weekly
0
Stars
2

Modules Version Check

Build Status image

Check and automatically update local dependecies before your builds

  • local modules check

image

  • local modules check via --match

image

  • update local modules

image

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

Keywords