The global command-line tool for Hintoric.
brew tap hintoric/tap
brew install hintnpm install -g @hintoric/cli
# or run ad-hoc:
npx @hintoric/cli versionThe right native binary is fetched automatically via npm's os / cpu
optional-dependency resolution — no postinstall scripts.
curl -L https://github.com/hintoric/cli/releases/latest/download/hint_0.1.0_linux_x86_64.tar.gz | tar xz
sudo mv hint /usr/local/bin/(replace linux_x86_64 with linux_arm64 on ARM)
Download the latest release *_windows_x86_64.zip, extract, and place hint.exe on your PATH.
hint --help
hint versionRun hint --help to see what's available in your version.
Requires Go 1.22+.
git clone https://github.com/hintoric/cli && cd cli
make build
./bin/hint versionmake test runs the test suite.
MIT.