Install
Install the Equall CLI globally via npm, or run it ad-hoc with npx.
Requirements
- Node.js ≥ 18
- npm, pnpm, yarn, or bun
Global install
npm install -g equall-cliAfter install, the equall binary is on your PATH:
equall --help
equall scan .One-off run
If you don't want a global install, use npx:
npx equall-cli scan .Note: the binary is equall, but the npm package name is equall-cli. Use the package name with npx and npm install; the binary name everywhere else.
Supported file types
Equall scans .html, .htm, .jsx, .tsx, .vue, .svelte, .astro. Pass a directory and Equall discovers them via globby, respecting .gitignore and skipping node_modules by default.
Uninstall
npm uninstall -g equall-cli