synopkg-windows-x64
v14.0.0-alpha.1
Published
Rust Binary for win32 x64
Downloads
65
Readme
Synopkg JavaScript Monorepos.
Rust
A work in progress implementation of Synopkg in Rust. It is not ready for public use.
Develop
git clone https://github.com/synopkg/synopkg.git -b rust/main synopkg-rust
cd synopkg-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/synopkg lint
target/release/synopkg fix