Skip to content

fforw/pkg-version

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Compares and updates package.json dependencies

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published