Skip to content

wingkwong/sync-dependency-version

Repository files navigation

sync-dependency-version

NPM version License Total NPM Download

Synchronise dependency versions between repositories

Usage

The dependency versions from the source will be synced to target one if the dependency is found in the target.

Basic

npx sync-dependency-version \
--source foo/package.json \
--target bar/package.json

Exclude

npx sync-dependency-version \
--source foo/package.json \
--target bar/package.json \
--exclude dependencyA,dependencyB,dependencyC

License

This project is licensed under the MIT License - see the LICENSE file for details

About

Synchronise dependency versions between repositories

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published