Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

License

NotificationsYou must be signed in to change notification settings

moroshko/analyze-deps-cli

Repository files navigation

Build StatusCoverage StatusbitHound Overall Scorenpm 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 inpackage.json can be updated to include only the latest version.

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

You can also specify thepackage.json location like this:

deps -p some/other/location

Interactive mode

deps -i

interactive mode

If you pressEnter after selectinginquirer, theninquirer's range inpackage.json will be updated from^1.2.1 to^1.2.2.

Related

License

MIT

About

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

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp