create-tanstack-starter
v1.0.4
Published
A CLI tool to quickly set up a TanStack Start project.
Downloads
280
Readme
create-tanstack-starter
A CLI tool to quickly set up a TanStack Start project.
Installation
Install the CLI globally using npm:
npm install -g create-tanstack-starter
Usage
create-tanstack-starter <project-name>
Example:
create-tanstack-starter my-tanstack-app
cd my-tanstack-app
npm run dev