# modules-version-check

> modules version check tool

Latest version **0.2.13** (published 2018-03-21) · MIT license · 0 weekly downloads

## Install

```sh
npm install modules-version-check
pnpm add modules-version-check
yarn add modules-version-check
bun add modules-version-check
```

Provides the command `modules-version-check`.

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.2.13 |
| Published | 2018-03-21 |
| First published | 2016-05-10 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 9 |
| Unpacked size | 831.2 KB |
| Known vulnerabilities | 0 (+11 in 2 direct dependencies) |
| Install scripts | no |
| GitHub stars | 2 |
| Author | FrendEr |
| Maintainers | frend.wong |
| Keywords | modules, version |

## Links

- npm: https://www.npmjs.com/package/modules-version-check
- Repository: https://github.com/FrendEr/modules-version-check
- Homepage: https://github.com/FrendEr/modules-version-check#readme
- Issues: https://github.com/FrendEr/modules-version-check/issues
- npm.io page: https://npm.io/package/modules-version-check

## Dependencies (9)

- [co](https://npm.io/package/co.md) ^4.6.0
- [chalk](https://npm.io/package/chalk.md) ~1.1.3
- [eslint](https://npm.io/package/eslint.md) ^3.12.2
- [lodash](https://npm.io/package/lodash.md) 4.17.4
- [semver](https://npm.io/package/semver.md) ~5.1.0
- [urllib](https://npm.io/package/urllib.md) ^2.9.1
- [commander](https://npm.io/package/commander.md) ~2.9.0
- [text-table](https://npm.io/package/text-table.md) ~0.2.0
- [cross-spawn-async](https://npm.io/package/cross-spawn-async.md) ^2.2.2

## Recent versions

- 0.2.13 (latest) — 2018-03-21
- 0.2.12 — 2018-03-21
- 0.2.11 — 2018-02-04
- 0.2.10 — 2018-02-04
- 0.2.9 — 2018-02-02
- 0.2.8 — 2018-02-02
- 0.2.7 — 2018-02-02
- 0.2.6 — 2018-02-02
- 0.2.5 — 2018-02-02
- 0.2.4 — 2018-02-02
- 0.2.3 — 2018-02-02
- 0.2.2 — 2018-01-30
- 0.2.1 — 2018-01-30
- 0.2.0 — 2018-01-30
- 0.1.3 — 2018-01-30
- … 5 more at https://npm.io/package/modules-version-check/versions

## README

# Modules Version Check

[![Build Status](https://travis-ci.org/FrendEr/modules-version-check.svg?branch=master)](https://travis-ci.org/FrendEr/modules-version-check)
[![image](https://img.shields.io/npm/v/modules-version-check.svg)](https://www.npmjs.com/package/modules-version-check)

🔎  Check and automatically update local dependecies before your builds

* local modules check

![image](https://raw.githubusercontent.com/FrendEr/modules-version-check/master/static/mvc-demo1.gif)

* local modules check via `--match`

![image](https://raw.githubusercontent.com/FrendEr/modules-version-check/master/static/mvc-demo2.gif)

* update local modules

![image](https://raw.githubusercontent.com/FrendEr/modules-version-check/master/static/mvc-demo3.gif)

## 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](https://github.com/FrendEr/gulp-modules-version-check)

* `npm install gulp-modules-version-check`

#### [Grunt](https://github.com/FrendEr/grunt-modules-version-check)

* `npm install grunt-modules-version-check`

---
_Source: https://npm.io/package/modules-version-check · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
