Installation
Prerequisites
Section titled “Prerequisites”- Node.js 24 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@latest initpnpm xtarterize@latest inityarn xtarterize@latest initbunx xtarterize@latest initdeno x xtarterize@latest initnlx xtarterize@latest initThis is the recommended approach - you always get the latest version.
Verify It Works
Section titled “Verify It Works”npx xtarterize@latest --versionpnpm xtarterize@latest --versionyarn xtarterize@latest --versionbunx xtarterize@latest --versiondeno x xtarterize@latest --versionnlx xtarterize@latest --versionnpx xtarterize@latest --helppnpm xtarterize@latest --helpyarn xtarterize@latest --helpbunx xtarterize@latest --helpdeno x xtarterize@latest --helpnlx xtarterize@latest --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