🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

tanstack

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Malware was recently detected in this package.

Affected versions:

2.0.42.0.52.0.62.0.7

tanstack

A CLI tool to create TanStack applications

Source
npmnpm
Version
1.0.3
Version published
Weekly downloads
6.7K
14.03%
Maintainers
1
Weekly downloads
 
Created
Source

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.

  • Fork the repository
  • Create your feature branch (git checkout -b feature/amazing-feature)
  • Commit your changes (git commit -m 'Add some amazing feature')
  • Push to the branch (git push origin feature/amazing-feature)
  • 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

Keywords

tanstack

FAQs

Package last updated on 14 Jul 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts