Skip to content

Installation

  • Node.js 18 or later
  • A JavaScript/TypeScript project (or starting fresh)

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

Terminal window
npx xtarterize init

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

Terminal window
npx xtarterize --version
npx xtarterize --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 →