0.0.5 ā€¢ Published 6 years ago

wox-modules-version-check v0.0.5

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

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 wox-modules-version-check -g

Help

Usage: wox-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

Usage

cd your-project/

wox-modules-version-check

Use with task runner

Gulp

  • npm install gulp-modules-version-check

Grunt

  • npm install grunt-modules-version-check