Skip to content

Development Setup

Install dependencies:

Terminal window
npm install
npm --prefix docs install

Build the CLI:

Terminal window
npm run build

Run tests:

Terminal window
npm test
npm --prefix docs test

Run the docs site:

Terminal window
npm --prefix docs run dev

Use the repo against itself:

Terminal window
node dist/cli.js task scan
node dist/cli.js task audit --json
node dist/cli.js task doctor --json