0.0.7 • Published 2 years ago

nxcw v0.0.7

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 years ago

nxcw

npm version

This is a WIP plugin for @nrwl/nx adding support for Rust applications and libraries.

Generators

# nxcw:bin also works
> nx generate nxcw:app my-rust-app
> nx generate nxcw:lib my-rust-lib

Executors

# Build a library or binary
> nx build my-rust-app

# Run unit tests in a library
> nx test my-rust-lib

# Check a Rust project with `clippy`
> nx lint my-rust-app
# Don't fail on warnings:
> 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
0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.1

2 years ago

0.0.0

2 years ago