Skip to content

Installation

You can use xtarterize without installing it globally by using npx:

Terminal window
npx xtarterize@latest init

This is the recommended approach - you always get the latest version.

Terminal window
npx xtarterize@latest --version
Terminal window
npx xtarterize@latest --help
  1. Initialize a project - Run init to detect and apply conformance. Learn more →
  2. Check status - Run check to audit current conformance. CLI Reference →
  3. Explore tasks - See what conformance tasks are available. Tasks Guide →
Initialize your project →