Installation
Prerequisites
Section titled “Prerequisites”- Node.js 24 or later
- A JavaScript or TypeScript project, or a directory for a new one
- A
package.jsonwith anamefield and an initialized Git repository (preflight checks validate both before making changes)
Run without installing
Section titled “Run without installing”Run it without installing anything globally:
npx xtarterize@latest initpnpx xtarterize@latest inityarn dlx xtarterize@latest initbunx xtarterize@latest initdeno x xtarterize@latest initnlx xtarterize@latest initVerify it works
Section titled “Verify it works”npx xtarterize@latest --versionpnpx xtarterize@latest --versionyarn dlx xtarterize@latest --versionbunx xtarterize@latest --versiondeno x xtarterize@latest --versionnlx xtarterize@latest --versionnpx xtarterize@latest --helppnpx xtarterize@latest --helpyarn dlx xtarterize@latest --helpbunx xtarterize@latest --helpdeno x xtarterize@latest --helpnlx xtarterize@latest --helpNext steps
Section titled “Next steps”- Initialize your project with
init - Audit conformance with
check - Explore conformance tasks