Harness

Installation

Prerequisites

Install Globally

npm install -g @antubattle/harness

After installation, verify the CLI is available:

harness --help

Use Without Installing Globally

npx @antubattle/harness --help

Upgrade

npm install -g @antubattle/harness@latest

Notes

Install From Source

npm install
npm run build
npm link

This links the local repository checkout to the global harness command for development.