1 2 3 4 5 6 7 8 9 10 11 12
# rust-to-npm-cli The CLI for rust-to-npm ## Usage ```sh # to build locally without deploying rust-to-npm-cli build # to build and deploy to cargo + npm rust-to-npm-cli deploy -b ```