tanstack

1.0.3 • Public • Published

TanStack App Creator

npm version License: MIT

🚀 A powerful CLI tool for scaffolding TanStack applications with best practices and optimal configurations.

Quick Start

npx create-tanstack-app my-app

Features

  • 🎯 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

Installation

Using npx (Recommended)

npx create-tanstack-app my-awesome-app

Global Installation

npm install -g tanstack
create-tanstack-app my-awesome-app

What is TanStack?

TanStack is a collection of high-quality, performant libraries for building modern web applications:

Usage

# Create a new TanStack app
npx create-tanstack-app my-app

# Navigate to your project
cd my-app

# Start development
npm run dev

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)
  5. Open a Pull Request

License

MIT License - see the LICENSE file for details.

Author

sh20raj

Support

Roadmap

  • [ ] React + TanStack Query template
  • [ ] React + TanStack Router template
  • [ ] Next.js integration
  • [ ] TypeScript support
  • [ ] Multiple UI framework support
  • [ ] Custom template system
  • [ ] Interactive CLI prompts

Happy coding! 🎯
Built with ❤️ by sh20raj

/tanstack/

    Package Sidebar

    Install

    npm i tanstack

    Weekly Downloads

    2,779

    Version

    1.0.3

    License

    MIT

    Unpacked Size

    6 kB

    Total Files

    3

    Last publish

    Collaborators

    • sh20raj