0.2.1 • Published 1 year ago

sync-dependency-version v0.2.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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

0.2.1

1 year ago

0.2.0

2 years ago

0.1.0

2 years ago

0.0.1

2 years ago