Installation
Installation
Section titled “Installation”Prerequisites
Section titled “Prerequisites”- Node.js 18 or later
- A JavaScript/TypeScript project (or starting fresh)
Run Without Installing
Section titled “Run Without Installing”You can use Xtarterize without installing it globally by using npx:
npx xtarterize initThis is the recommended approach — you always get the latest version.
Verify It Works
Section titled “Verify It Works”npx xtarterize --versionnpx xtarterize --helpNext Steps
Section titled “Next Steps”- Initialize a project — Run
initto detect and apply conformance. Learn more → - Check status — Run
checkto audit current conformance. CLI Reference → - Explore tasks — See what conformance tasks are available. Tasks Guide →