Skip to content

Latest commit

 

History

History
47 lines (30 loc) · 782 Bytes

README.md

File metadata and controls

47 lines (30 loc) · 782 Bytes

RIM-Dev

Helper commands for development

How to use

Debug with manager mode (GUI)

cargo dev run-manager

Debug with manager mode (CLI)

cargo dev run-manager --cli

check for more manager-mode help

cargo dev run-manager --help

Generate release binaries

cargo dev dist

Set name of the vendor

this will affect the binary name, package identifier, default install dir, and every output containing the vendor key in translation file etc.

cargo dev set-vendor <NAME>

i.e. If the vendor name was set to my-rust, the final binaries will be my-rust-installer and my-rust-installer-cli.

Other

for more functionalities, check --help

cargo dev --help