A CLI tool to create TanStack applications
npm install tanstack

š A powerful CLI tool for scaffolding TanStack applications with best practices and optimal configurations.
``bash`
npx create-tanstack-app my-app
- šÆ Easy to use - Simple one-command setup
- ā” Modern tooling - Built with latest TanStack libraries
- š¦ Zero dependencies - Lightweight and fast
- š§ Configurable - Customizable templates and options
- š Well documented - Comprehensive guides and examples
`bash`
npx create-tanstack-app my-awesome-app
`bash`
npm install -g tanstack
create-tanstack-app my-awesome-app
TanStack is a collection of high-quality, performant libraries for building modern web applications:
- TanStack Query - Powerful data synchronization for TS/JS
- TanStack Router - Type-safe router for React
- TanStack Table - Headless UI for building tables
- TanStack Virtual - Virtualization for large datasets
`bashCreate a new TanStack app
npx create-tanstack-app my-app
Templates (Coming Soon)
- š„ React + TanStack Query - Data fetching made easy
- š React + TanStack Router - Type-safe routing
- š React + TanStack Table - Powerful data tables
- ā” Next.js + TanStack - Full-stack React framework
- š± Vite + TanStack - Lightning-fast development
Requirements
- Node.js 14.0.0 or higher
- npm or yarn
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
1. Fork the repository
2. Create your feature branch (
git checkout -b feature/amazing-feature)
3. Commit your changes (git commit -m 'Add some amazing feature')
4. Push to the branch (git push origin feature/amazing-feature`)MIT License - see the LICENSE file for details.
sh20raj
- š¦ Twitter/X: @sh20raj
- š GitHub: @sh20raj
- ā Star this repo if you find it useful!
- š Report bugs
- š” Request features
- [ ] React + TanStack Query template
- [ ] React + TanStack Router template
- [ ] Next.js integration
- [ ] TypeScript support
- [ ] Multiple UI framework support
- [ ] Custom template system
- [ ] Interactive CLI prompts
---