Skip to content

Contributing

  • Improve existing checks and recommendations
  • Add or refine report output
  • Expand documentation and examples
  • Report issues and propose feature requests
Terminal window
git clone https://github.com/anakotai/harnix.git
cd harnix
npm install

Run the CLI against a target repository:

Terminal window
node bin/harnix.js scan .

Run docs locally:

Terminal window
cd docs
npm install
npm run dev
  • Keep changes focused and testable
  • Update docs when behavior changes
  • Prefer explicit check IDs and deterministic output wording
  • Avoid network dependencies in scan execution