#build-system #irox #build #cargo-build #command-runner #cargo-command #cli

app irox-builder

A cross-platform build command runner used by the IROX ecosystem

2 unstable releases

0.2.0 Jun 19, 2024
0.1.0 Jun 6, 2024

#1090 in Development tools

Download history 89/week @ 2024-05-31 48/week @ 2024-06-07 94/week @ 2024-06-14 26/week @ 2024-06-21

67 downloads per month

MIT/Apache

24KB
525 lines

Irox Builder

The IROX buildsystem

Usage: irox-builder [COMMAND]

Commands:
  default     Runs: Updates, Build, Test, Format, Lints, Upgrade
  ci          Runs: Updates, Deny, Build, Test, Format-Check, Lints-Deny, About, Doc, Upgrade
  updates     Updates Rust with `rustup upadate` and then updates the 'Cargo.toml' file using `cargo update`
  build       Iterates through multiple feature sets, default, all, none, etc, calling `cargo build`
  test        Like Build, but runs `cargo test`
  format      Runs `rustfmt`
  lints       Runs `cargo clippy`
  upgrade     Runs `cargo upgrade`
  deny        Runs `cargo deny`
  about       Runs `cargo about`
  doc         Runs `cargo doc`
  check       Runs `cargo check` for all targets
  release     Sets up for a release
  new         Creates a new module
  build-perf  Runs a performance check for how long the build takes
  package     Runs a `cargo package` check
  unused      Checks for unused modules & deps that could be removed
  help        Print this message or the help of the given subcommand(s)

Options:
  -h, --help  Print help

...but why?

I originally used just and it was awesome - but trying to make the scripts work reliably on both msys2/bash, linux/bash, and powershell was just untenable.

Dependencies

~3–15MB
~149K SLoC