Npm-check

npm-check

Check for outdated, incorrect, and unused dependencies.

Features:

  • Interactive Update means less typing.
  • Scoped packages support for the modern npm user.
  • Works with public and private registries.
  • Won't query npm registry for packages with private: true.
  • Kindly informs you if a dependency is not being used.
  • Emoji in a command-line app, because command-line apps can be fun too.

Very much similar to npm-check-updates but far more generic and interactive!

Get it: npm install -g npm-check

Sample usage:

1
2
3
4
5
6
7
8
9
10
11
12
$ npm-check --help

  Usage: npm-check [options]

  Options:

    -h, --help         output usage information
    -V, --version      output the version number
    -u, --update       Interactive update.
    -g, --global       Look at global modules.
    -s, --skip-unused  Skip check for unused packages.
    -p, --production   Ignore devDependencies.
1
2
3
4
var npmCheck = require('npm-check');

npmCheck(options)
  .then(result);

GIF FTW!

npm-check

Thanks to @dylang for npm-check.

Suggest a module

Comments