Documentation/Installation

Installation

Get ZemDomu up and running in your project. Choose your preferred integration below to see step-by-step instructions.

ZemDomu Core

Install ZemDomu with npm and run semantic checks in local workflows.

Install in your project

npm install --save-dev zemdomu

Run the CLI

npx zemdomu "**/*.{html,jsx,tsx,vue}"

Optional global install

npm install -g zemdomu