| Crates.io | revitcli |
| lib.rs | revitcli |
| version | 1.2.0 |
| created_at | 2025-07-14 15:07:18.683206+00 |
| updated_at | 2025-09-10 12:36:12.726505+00 |
| description | A CLI tool for managing Revit add-in projects |
| homepage | |
| repository | https://github.com/graysonrie/rev |
| max_upload_size | |
| id | 1751874 |
| size | 89,403 |
A command-line interface tool for managing Revit add-in projects, making it easier to build, export, and manage Revit add-ins.
cargo install --path .
Download the latest release from the releases page and add it to your system PATH.
# Build the current project
rev build
# Export the add-in to Revit
rev export
# Check current Revit version
rev revit-version
# Change target Revit version
rev change-revit-version
# Locate project DLL
rev locate
cargo build --releasetarget/release/rev.exeMIT License