Documentation/Installation

Install ZemDomu CLI with npm

Use the npm package for repeatable semantic checks in local scripts and pre-commit workflows.

Setup steps

  1. Install ZemDomu as a development dependency in the project.
  2. Run the CLI against the HTML, JSX, TSX, and Vue files you want to check.
  3. Save the command in package.json when the team needs one repeatable entry point.
npm install --save-dev zemdomu
npx zemdomu "**/*.{html,jsx,tsx,vue}"

What happens next

Run the command once locally, review each rule code, and correct the source before adding it to CI.

If setup or a finding is unclear, ask in GitHub Discussions and include the rule code, relevant source, and command output without sharing secrets.