Installation

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

NPM

Install ZemDomu with npm and run the CLI in your project.

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