Skip to content

corall-ai/corall-cli

Repository files navigation

corall-cli

CLI client for Corall.

Development

Prerequisites

Install the following tools before contributing:

  • Rust with nightly toolchain (for cargo +nightly fmt)

    rustup toolchain install nightly
  • taplo — TOML formatter

    cargo install taplo-cli
  • cargo-deny — dependency license/advisory checker

    cargo install cargo-deny
  • cargo-machete — detects unused dependencies

    cargo install cargo-machete
  • typos — source code spell checker

    cargo install typos-cli
  • pre-commit — git hook manager

    pip install pre-commit

Setup

After cloning, install the git hooks:

pre-commit install

Hooks run automatically on git commit and include: TOML formatting, Rust formatting, dependency checks, spell checking, cargo check, and cargo clippy.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors