You need the Rust Toolchain installed:
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
First, clone the git repository:
git clone https://github.com/sinjs/rgen.git
Then, you can compile and install the binary into PATH:
cargo install --path .
rgen -V # rgen-cli 0.1.0
While developing, you can run the project:
$ cargo run -- -V # All command line arguments go after the `--`
rgen-cli 0.1.0