conch-shell 0.2.0

Conch Shell
Documentation
  • Coverage
  • 100%
    2 out of 2 items documented0 out of 1 items with examples
  • Size
  • Source code size: 25.0 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 109.2 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 6s Average build duration of successful builds.
  • all releases: 6s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • prymul/conch
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • mmat30

conch

Conch Shell

Install

Cargo

cargo install conch-shell

Homebrew (macOS/Linux)

brew tap prymul/conch
brew install conch

Debian/Ubuntu (.deb)

Download the .deb from the latest release and:

sudo dpkg -i conch-shell_*.deb

Releases

Versioning is automated with cocogitto based on Conventional Commits. Merging conventional commits into main triggers an automatic semver bump, tag, and GitHub release, which in turn publishes to crates.io, updates the Homebrew tap, and attaches a .deb package to the release.

Local commits are checked against the Conventional Commits spec with cocogitto, scanned for secrets with gitleaks, and linted/tested with cargo fmt/clippy/test — the same checks CI runs. These all run via git hooks defined in lefthook.yml and installed once per clone with:

lefthook install

Dependencies are audited against the RustSec advisory database in CI via cargo-audit.