tanstack 1.0.3 → 1.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,115 +1,67 @@
1
- # TanStack App Creator
1
+ # šŸ”§ thirty-tools
2
2
 
3
- [![npm version](https://badge.fury.io/js/tanstack.svg)](https://badge.fury.io/js/tanstack)
4
- [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
3
+ ### All Your Tools. One Platform.
5
4
 
6
- šŸš€ A powerful CLI tool for scaffolding TanStack applications with best practices and optimal configurations.
5
+ Compress images, edit PDFs, download videos, and more. **194+ free, private, and browser-based tools** — all in one place.
7
6
 
8
- ## Quick Start
7
+ šŸ‘‰ **[Visit 30tools.com](https://30tools.com)**
9
8
 
10
- ```bash
11
- npx create-tanstack-app my-app
12
- ```
9
+ ---
13
10
 
14
- ## Features
11
+ ## šŸš€ Explore Categories
15
12
 
16
- - šŸŽÆ **Easy to use** - Simple one-command setup
17
- - ⚔ **Modern tooling** - Built with latest TanStack libraries
18
- - šŸ“¦ **Zero dependencies** - Lightweight and fast
19
- - šŸ”§ **Configurable** - Customizable templates and options
20
- - šŸ“š **Well documented** - Comprehensive guides and examples
13
+ | Category | Description |
14
+ |---|---|
15
+ | šŸ–¼ļø **[Image Tools](https://30tools.com/search?category=image)** | Compress, convert, resize, and edit images online |
16
+ | šŸ“„ **[PDF Tools](https://30tools.com/search?category=pdf)** | Merge, split, compress, and manipulate PDF documents |
17
+ | šŸŽ¬ **[Video Tools](https://30tools.com/search?category=video)** | Compress videos, convert formats, and create GIFs |
18
+ | šŸ“± **[Social Media Downloaders](https://30tools.com/search?category=downloaders)** | Download videos, photos, and content from all platforms |
19
+ | šŸŽµ **[Audio Tools](https://30tools.com/search?category=audio)** | Compress and convert audio files between formats |
20
+ | šŸ› ļø **[Utility Tools](https://30tools.com/search?category=utilities)** | Convert units, create ZIP files, and essential utilities |
21
+ | šŸ’» **[Developer Tools](https://30tools.com/search?category=developer)** | Format JSON, generate hashes, and developer utilities |
22
+ | šŸŽØ **[Fun Generators](https://30tools.com/search?category=generators)** | Create viral content with AI-powered fun generators |
23
+ | šŸ“Š **[SEO Tools](https://30tools.com/search?category=seo)** | Keyword research, rank tracking, technical SEO & more |
21
24
 
22
- ## Installation
25
+ ---
23
26
 
24
- ### Using npx (Recommended)
27
+ ## ✨ Why 30tools?
25
28
 
26
- ```bash
27
- npx create-tanstack-app my-awesome-app
28
- ```
29
+ ### šŸ”’ Private by Design
30
+ Files never leave your browser for most tools. Server-side processing deletes files immediately.
29
31
 
30
- ### Global Installation
32
+ ### ⚔ No Waiting
33
+ Instant processing. No queues, no countdown timers, no "premium speed" gates.
31
34
 
32
- ```bash
33
- npm install -g tanstack
34
- create-tanstack-app my-awesome-app
35
- ```
35
+ ### šŸŽÆ Professional Mode
36
+ Advanced settings for power users. Tweak compression ratios, formats, and more.
36
37
 
37
- ## What is TanStack?
38
+ ---
38
39
 
39
- TanStack is a collection of high-quality, performant libraries for building modern web applications:
40
+ ## šŸŒ Keep the Internet Free
40
41
 
41
- - **[TanStack Query](https://tanstack.com/query)** - Powerful data synchronization for TS/JS
42
- - **[TanStack Router](https://tanstack.com/router)** - Type-safe router for React
43
- - **[TanStack Table](https://tanstack.com/table)** - Headless UI for building tables
44
- - **[TanStack Virtual](https://tanstack.com/virtual)** - Virtualization for large datasets
42
+ 30tools serves millions of students and creators for free. No ads, no paywalls.
45
43
 
46
- ## Usage
44
+ **[ā˜• Donate to Support](https://payments.cashfree.com/forms/30tools)** — Every donation goes directly to server costs and coffee ā˜•ļø
47
45
 
48
- ```bash
49
- # Create a new TanStack app
50
- npx create-tanstack-app my-app
46
+ ---
51
47
 
52
- # Navigate to your project
53
- cd my-app
48
+ ## šŸ“¦ Installation
54
49
 
55
- # Start development
56
- npm run dev
50
+ ```bash
51
+ npm install thirty-tools
57
52
  ```
58
53
 
59
- ## Templates (Coming Soon)
60
-
61
- - šŸ”„ **React + TanStack Query** - Data fetching made easy
62
- - 🌐 **React + TanStack Router** - Type-safe routing
63
- - šŸ“Š **React + TanStack Table** - Powerful data tables
64
- - ⚔ **Next.js + TanStack** - Full-stack React framework
65
- - šŸ“± **Vite + TanStack** - Lightning-fast development
66
-
67
- ## Requirements
54
+ ## šŸ”— Quick Links
68
55
 
69
- - Node.js 14.0.0 or higher
70
- - npm or yarn
56
+ - 🌐 **Website**: [30tools.com](https://30tools.com)
57
+ - šŸ” **Search Tools**: [30tools.com/search](https://30tools.com/search)
58
+ - šŸ–¼ļø **Image Compressor**: [30tools.com/search?q=image+compressor](https://30tools.com/search?q=image%20compressor)
59
+ - šŸ“¹ **Video Downloader**: [30tools.com/search?q=video+downloader](https://30tools.com/search?q=video%20downloader)
60
+ - šŸ“„ **PDF Merger**: [30tools.com/search?q=pdf+merger](https://30tools.com/search?q=pdf%20merger)
61
+ - šŸ”‘ **Password Generator**: [30tools.com/search?q=password+generator](https://30tools.com/search?q=password%20generator)
71
62
 
72
- ## Contributing
73
-
74
- Contributions are welcome! Please feel free to submit a Pull Request.
75
-
76
- 1. Fork the repository
77
- 2. Create your feature branch (`git checkout -b feature/amazing-feature`)
78
- 3. Commit your changes (`git commit -m 'Add some amazing feature'`)
79
- 4. Push to the branch (`git push origin feature/amazing-feature`)
80
- 5. Open a Pull Request
63
+ ---
81
64
 
82
65
  ## License
83
66
 
84
- MIT License - see the [LICENSE](LICENSE) file for details.
85
-
86
- ## Author
87
-
88
- **sh20raj**
89
-
90
- - 🐦 Twitter/X: [@sh20raj](https://x.com/sh20raj)
91
- - šŸ™ GitHub: [@sh20raj](https://github.com/sh20raj)
92
-
93
- ## Support
94
-
95
- - ⭐ Star this repo if you find it useful!
96
- - šŸ› [Report bugs](https://github.com/sh20raj/tanstack/issues)
97
- - šŸ’” [Request features](https://github.com/sh20raj/tanstack/issues)
98
-
99
- ## Roadmap
100
-
101
- - [ ] React + TanStack Query template
102
- - [ ] React + TanStack Router template
103
- - [ ] Next.js integration
104
- - [ ] TypeScript support
105
- - [ ] Multiple UI framework support
106
- - [ ] Custom template system
107
- - [ ] Interactive CLI prompts
108
-
109
- ---
110
-
111
- <div align="center">
112
- <strong>Happy coding! šŸŽÆ</strong>
113
- <br>
114
- <em>Built with ā¤ļø by <a href="https://github.com/sh20raj">sh20raj</a></em>
115
- </div>
67
+ MIT Ā© [30tools](https://30tools.com)
package/index.js ADDED
@@ -0,0 +1,33 @@
1
+ /**
2
+ * thirty-tools
3
+ *
4
+ * 194+ Free Online Tools & Converters
5
+ * https://30tools.com
6
+ *
7
+ * Compress images, edit PDFs, download videos, and more.
8
+ * 100% free, private, and browser-based.
9
+ */
10
+
11
+ module.exports = {
12
+ name: "thirty-tools",
13
+ version: "1.0.0",
14
+ url: "https://30tools.com",
15
+ description: "194+ free online tools & converters for image, PDF, video, SEO, and developer workflows.",
16
+ categories: [
17
+ "Image Tools",
18
+ "PDF Tools",
19
+ "Video Tools",
20
+ "Social Media Downloaders",
21
+ "Audio Tools",
22
+ "Utility Tools",
23
+ "Developer Tools",
24
+ "Fun Generators",
25
+ "SEO Tools"
26
+ ],
27
+ visit: function () {
28
+ console.log("\nšŸ”§ thirty-tools — All Your Tools. One Platform.");
29
+ console.log(" https://30tools.com\n");
30
+ console.log(" 194+ free online tools for image, PDF, video, SEO & developer workflows.");
31
+ console.log(" 100% free • Private by design • No waiting\n");
32
+ }
33
+ };
package/package.json CHANGED
@@ -1,52 +1,31 @@
1
1
  {
2
2
  "name": "tanstack",
3
- "version": "1.0.3",
4
- "description": "A CLI tool to create TanStack applications",
3
+ "version": "1.0.5",
4
+ "description": "194+ free online tools & converters — image, PDF, video, SEO, and developer workflows. Powered by 30tools.com",
5
5
  "main": "index.js",
6
- "bin": {
7
- "create-tanstack-app": "./bin/create-tanstack-app.js",
8
- "tanstack": "./bin/create-tanstack-app.js"
9
- },
10
6
  "scripts": {
11
7
  "test": "echo \"Error: no test specified\" && exit 1"
12
8
  },
13
9
  "keywords": [
14
- "tanstack",
15
- "cli",
16
- "create-app",
17
- "scaffolding"
10
+ "tools",
11
+ "online-tools",
12
+ "image-compressor",
13
+ "pdf-merger",
14
+ "video-downloader",
15
+ "seo-tools",
16
+ "developer-tools",
17
+ "converters",
18
+ "utilities",
19
+ "30tools"
18
20
  ],
19
- "author": "sh20raj (x.com/sh20raj | github.com/sh20raj)",
21
+ "author": "30tools",
20
22
  "license": "MIT",
21
- "engines": {
22
- "node": ">=14.0.0"
23
- },
23
+ "homepage": "https://30tools.com",
24
24
  "repository": {
25
25
  "type": "git",
26
- "url": "https://github.com/sh20raj/tanstack.git"
26
+ "url": "https://30tools.com"
27
27
  },
28
- "homepage": "https://github.com/sh20raj/tanstack",
29
28
  "bugs": {
30
- "url": "https://github.com/sh20raj/tanstack/issues"
31
- },
32
- "dependencies": {
33
- "create-gi": "^1.0.4",
34
- "encriptorjs": "^1.0.2",
35
- "glijs": "^1.0.1",
36
- "htmled": "^1.0.1",
37
- "markmind-editor": "^0.1.0",
38
- "niva-ui": "^0.1.0",
39
- "notion-design-system": "^1.0.0",
40
- "parsemarkjs": "^1.0.1",
41
- "queryxjs": "^1.0.0",
42
- "safestore": "^1.0.0-beta.1",
43
- "sanskrit-lang": "^0.1.1",
44
- "showdown-extensions": "^1.0.1",
45
- "sopplayer": "^1.0.0",
46
- "steamlit": "^1.0.0",
47
- "tanstack": "^1.0.1",
48
- "terabox": "^1.0.0",
49
- "vibly": "^0.1.2",
50
- "webscrapperjs": "^1.0.0"
29
+ "url": "https://30tools.com"
51
30
  }
52
31
  }
@@ -1,40 +0,0 @@
1
- #!/usr/bin/env node
2
-
3
- console.log(`
4
- ╔══════════════════════════════════════════════════════╗
5
- ā•‘ ā•‘
6
- ā•‘ šŸš€ TanStack App Creator ā•‘
7
- ā•‘ ā•‘
8
- ā•‘ Welcome to create-tanstack-app! ā•‘
9
- ā•‘ ā•‘
10
- ā•‘ A powerful CLI tool for scaffolding TanStack apps ā•‘
11
- ā•‘ ā•‘
12
- ā•šā•ā•ā•ā•ā•ā•ā•ā•ā•ā•ā•ā•ā•ā•ā•ā•ā•ā•ā•ā•ā•ā•ā•ā•ā•ā•ā•ā•ā•ā•ā•ā•ā•ā•ā•ā•ā•ā•ā•ā•ā•ā•ā•ā•ā•ā•ā•ā•ā•ā•ā•ā•ā•ā•ā•
13
-
14
- šŸŽ‰ Thank you for using create-tanstack-app!
15
-
16
- šŸ“± Follow the creator:
17
- 🐦 Twitter/X: https://x.com/sh20raj
18
- šŸ™ GitHub: https://github.com/sh20raj
19
-
20
- šŸ’” This tool helps you bootstrap modern TanStack applications
21
- with best practices and optimal configurations.
22
-
23
- šŸ”§ Usage:
24
- npx create-tanstack-app my-app
25
-
26
- šŸ“š Learn more about TanStack:
27
- - TanStack Query: https://tanstack.com/query
28
- - TanStack Router: https://tanstack.com/router
29
- - TanStack Table: https://tanstack.com/table
30
- - TanStack Virtual: https://tanstack.com/virtual
31
-
32
- 🌟 Star the repo if you find it useful!
33
- https://github.com/sh20raj/tanstack
34
-
35
- Happy coding! šŸŽÆ
36
- `);
37
-
38
- // Future implementation would include actual app scaffolding logic here
39
- console.log('āš ļø App scaffolding functionality coming soon!');
40
- console.log('šŸ“§ Stay tuned for updates or contribute to the project.');