@typegpu/cli
v0.11.0-alpha.0
Published
Add TypeGPU to your project
Readme
tgpu
Create a new TypeGPU project or enhance an existing one.
Creating
To run interactive project scaffolding
pnpm dlx tgpu@latest
# or
npx tgpu@latest
# or
yarn dlx tgpu@latest
# or
bunx tgpu@latestEnhancing
Run inside the root of an existing Vite project:
pnpm dlx tgpu@latest -e
# or
npx tgpu@latest -e
# or
yarn dlx tgpu@latest -e
# or
bunx tgpu@latest -e[!CAUTION] Back up your project before running this tool. Even though every modification is gated behind an explicit "yes/no" prompt, the changes the script makes are not reversible by it.
