Harmont docs
Getting started

Install

Install the hm CLI on macOS, Linux, or Windows.

macOS / Linux

curl -fsSL https://get.harmont.dev/install.sh | sh

The script downloads the appropriate static binary, verifies its SHA-256 against https://get.harmont.dev/sha256sums.txt, and installs to ~/.local/bin/hm.

Windows

Pre-built binaries: github.com/harmont/harmont/releases/latest.

From source

git clone https://github.com/harmont/harmont
cd harmont/cli
cargo install --path .

Verify

hm --version

Should print a version triple, e.g. hm 0.4.2.

On this page