Skip to content

JamieMason/deploy-test

Repository files navigation

deploytest


Consistent dependency versions in large JavaScript Monorepos.
https://jamiemason.github.io/deploytest

Rust

A work in progress implementation of Syncpack in Rust. It is not ready for public use.

Develop

git clone https://github.com/JamieMason/deploytest.git -b main deploytest-rust
cd deploytest-rust

Run (Development)

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.

Build and Run (Production)

cargo build --release
target/release/deploytest lint
target/release/deploytest fix