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 →
References
Section titled “References”- Node.js Downloads — Download the latest LTS version
- npm npx Documentation — Using npx to run packages without installing
- Git Documentation — Getting started with Git version control