Installation
Requirements
Section titled “Requirements”- Rust 1.85+ (install via rustup)
- A Rust project with a
Cargo.tomlin the repository root
Install from Source
Section titled “Install from Source”Clone the repository and install the CLI:
git clone https://github.com/your-org/lexicon.gitcd lexiconcargo install --path crates/cliThis installs the lexicon binary into your Cargo bin directory (typically ~/.cargo/bin/).
Verify Installation
Section titled “Verify Installation”lexicon --versionShell Completions
Section titled “Shell Completions”Lexicon uses clap for argument parsing. You can generate shell completions for your shell if needed by consulting the clap documentation.
Next Steps
Section titled “Next Steps”Once installed, initialize lexicon in your project:
cd /path/to/your/rust/projectlexicon initSee the Quickstart for a full walkthrough.