Brix

Brix is a CLI tool written in Rust for scaffolding and code generation.

Attributions

Special thanks to Caleb Cushing for the original Java version, early interface design and internal architecture.

Running

Usage:

brix [LANGUAGE] [CONFIG NAME] [PROJECT] [MODULE] brix [OPTIONS] --config-dir | -d [CONFIG DIRECTORY] brix [OPTIONS] --workdir | -w [WORKING DIRECTORY]

Installing locally

Requirements
Running
Testing

Run cargo test --all to test the entire workspace.

Docs

Run cargo doc --no-deps --workspace --document-private-items --open

Examples

There are a few examples located in ./config/brix/rust.