lrx@host:~

$ lrx --version

lrx 2.4.1 (stable)

$

lrx@host:~/project

$ lrx init "my-project"

Initializing project structure...

Created: src/ lib/ tests/

Done. Project ready.

# Run your first build

$ lrx build --target "release"

Compiling 14 modules...

Build complete: 0 errors, 0 warnings

man lrx

FLAGS

--helpDisplay usage information
--verboseEnable detailed output
--targetSet build target
--watchWatch for file changes
--cleanRemove build artifacts