@fforw/pkg-version

0.0.2 • Public • Published

pkg-version

Prints and updates version differences between projects.

Usage

    pkg-version <src> <dst> [<dst2> ...] [--update]

Looks for each dependency in the src package.json file and compares it with the version in dst, dst2 ...

If the dependency is also present but differs in version number (string comparison), the difference is printed.

If the --update flag is given, the dst package.json files are updated with the version in the src package.json.

Readme

Keywords

Package Sidebar

Install

npm i @fforw/pkg-version

Weekly Downloads

1

Version

0.0.2

License

Apache-2.0

Unpacked Size

3.79 kB

Total Files

5

Last publish

Collaborators

  • fforw