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.

Installation

Brix is available on crates.io and the AUR for Arch Linux.

Install with cargo: cargo install brix

Arch Linux (use an AUR helper like yay or trizen) yay -S brix-git

Running

Usage:

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

Building 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.