@digitalnative/cosmwasm
![npm version](https://badge.fury.io/js/%40nxrs%2Fcargo.svg)
This is a WIP plugin for @nrwl/nx
adding support for Rust applications and libraries.
Generators
> nx generate @digitalnative/cosmwasm:app my-rust-app
> nx generate @digitalnative/cosmwasm:lib my-rust-lib
Executors
> nx build my-rust-app
> nx test my-rust-lib
> nx lint my-rust-app
> nx lint my-rust-app --fail-on-warnings false
Options
The executors accept most of the same CLI args as the corresponding cargo
commands. When in doubt, run with the --help
flag to see all options with descriptions:
> nx build my-rust-app --help