Development Setup
Install dependencies:
npm installnpm --prefix docs installBuild the CLI:
npm run buildRun tests:
npm testnpm --prefix docs testRun the docs site:
npm --prefix docs run devUse the repo against itself:
node dist/cli.js task scannode dist/cli.js task audit --jsonnode dist/cli.js task doctor --json