JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 6547
  • Score
    100M100P100Q129079F
  • License MIT

A CLI tool to create TanStack applications

Package Exports

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (tanstack) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    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

    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