synopkg-darwin-x64
v14.0.0-alpha.1
Published
Rust Binary for darwin x64
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-rustRun (Development)
There are 2 commands, lint and fix.
cargo run -- lint
cargo run -- fixBoth 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