Skip to content

hintoric/cli

Repository files navigation

hint

The global command-line tool for Hintoric.

Install

macOS (Homebrew)

brew tap hintoric/tap
brew install hint

npm

npm install -g @hintoric/cli
# or run ad-hoc:
npx @hintoric/cli version

The right native binary is fetched automatically via npm's os / cpu optional-dependency resolution — no postinstall scripts.

Linux

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)

Windows

Download the latest release *_windows_x86_64.zip, extract, and place hint.exe on your PATH.

Usage

hint --help
hint version

Run hint --help to see what's available in your version.

Building from source

Requires Go 1.22+.

git clone https://github.com/hintoric/cli && cd cli
make build
./bin/hint version

make test runs the test suite.

License

MIT.

About

The global command-line tool for Hintoric

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors