Installation
Requirements
Section titled “Requirements”- Node.js 20 or newer
- npm 10 or newer
Zero-install usage
Section titled “Zero-install usage”Run Harnix without installing globally:
npx harnix scan .Global install
Section titled “Global install”npm install --global harnixharnix scan .Run from source
Section titled “Run from source”git clone https://github.com/anakotai/harnix.gitcd harnixnpm installnode bin/harnix.js scan .Verify the CLI help output
Section titled “Verify the CLI help output”harnix --help