Consistent dependency versions in large JavaScript Monorepos.
https://jamiemason.github.io/deploytest
A work in progress implementation of Syncpack in Rust. It is not ready for public use.
git clone https://github.com/JamieMason/deploytest.git -b main deploytest-rust
cd deploytest-rust
There are 2 commands, lint
and fix
.
cargo run -- lint
cargo run -- fix
Both will check formatting and version/range mismatches by default, but can be filtered with --format
and --versions
.
cargo build --release
target/release/deploytest lint
target/release/deploytest fix