analyze-deps-cli

2.0.0 • Public • Published

Build Status Coverage Status bitHound Overall Score npm Version

Analyze Deps CLI

Compare dependencies in package.json to the latest available versions.

Installation

npm install -g analyze-deps-cli

Usage

Display mode (default)

deps

display mode

deps simply outputs the packages which version range specified in package.json can be updated to include only the latest version.

By default, deps will analyze package.json found in ./, the directory where deps is run. If not found, it will try ../, then ../../ and so on.

You can also specify the package.json location like this:

deps -p some/other/location

Interactive mode

deps -i

interactive mode

If you press Enter after selecting inquirer, then inquirer's range in package.json will be updated from ^1.2.1 to ^1.2.2.

Related

License

MIT

Package Sidebar

Install

npm i analyze-deps-cli

Weekly Downloads

1

Version

2.0.0

License

MIT

Last publish

Collaborators

  • moroshko