tanstack 1.0.2 ā 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 +42 -90
- package/index.js +33 -0
- package/package.json +16 -20
- package/bin/create-tanstack-app.js +0 -40
package/README.md
CHANGED
|
@@ -1,115 +1,67 @@
|
|
|
1
|
-
#
|
|
1
|
+
# š§ thirty-tools
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
[](https://opensource.org/licenses/MIT)
|
|
3
|
+
### All Your Tools. One Platform.
|
|
5
4
|
|
|
6
|
-
|
|
5
|
+
Compress images, edit PDFs, download videos, and more. **194+ free, private, and browser-based tools** ā all in one place.
|
|
7
6
|
|
|
8
|
-
|
|
7
|
+
š **[Visit 30tools.com](https://30tools.com)**
|
|
9
8
|
|
|
10
|
-
|
|
11
|
-
npx create-tanstack-app my-app
|
|
12
|
-
```
|
|
9
|
+
---
|
|
13
10
|
|
|
14
|
-
##
|
|
11
|
+
## š Explore Categories
|
|
15
12
|
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
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
|
-
|
|
25
|
+
---
|
|
23
26
|
|
|
24
|
-
|
|
27
|
+
## ⨠Why 30tools?
|
|
25
28
|
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
```
|
|
29
|
+
### š Private by Design
|
|
30
|
+
Files never leave your browser for most tools. Server-side processing deletes files immediately.
|
|
29
31
|
|
|
30
|
-
###
|
|
32
|
+
### ā” No Waiting
|
|
33
|
+
Instant processing. No queues, no countdown timers, no "premium speed" gates.
|
|
31
34
|
|
|
32
|
-
|
|
33
|
-
|
|
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
|
-
|
|
38
|
+
---
|
|
38
39
|
|
|
39
|
-
|
|
40
|
+
## š Keep the Internet Free
|
|
40
41
|
|
|
41
|
-
|
|
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
|
-
|
|
44
|
+
**[ā Donate to Support](https://payments.cashfree.com/forms/30tools)** ā Every donation goes directly to server costs and coffee āļø
|
|
47
45
|
|
|
48
|
-
|
|
49
|
-
# Create a new TanStack app
|
|
50
|
-
npx create-tanstack-app my-app
|
|
46
|
+
---
|
|
51
47
|
|
|
52
|
-
|
|
53
|
-
cd my-app
|
|
48
|
+
## š¦ Installation
|
|
54
49
|
|
|
55
|
-
|
|
56
|
-
npm
|
|
50
|
+
```bash
|
|
51
|
+
npm install thirty-tools
|
|
57
52
|
```
|
|
58
53
|
|
|
59
|
-
##
|
|
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
|
-
-
|
|
70
|
-
-
|
|
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
|
-
|
|
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
|
|
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,35 +1,31 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "tanstack",
|
|
3
|
-
"version": "1.0.
|
|
4
|
-
"description": "
|
|
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
|
-
"
|
|
15
|
-
"
|
|
16
|
-
"
|
|
17
|
-
"
|
|
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": "
|
|
21
|
+
"author": "30tools",
|
|
20
22
|
"license": "MIT",
|
|
21
|
-
"
|
|
22
|
-
"node": ">=14.0.0"
|
|
23
|
-
},
|
|
23
|
+
"homepage": "https://30tools.com",
|
|
24
24
|
"repository": {
|
|
25
25
|
"type": "git",
|
|
26
|
-
"url": "https://
|
|
26
|
+
"url": "https://30tools.com"
|
|
27
27
|
},
|
|
28
|
-
"homepage": "https://github.com/sh20raj/tanstack",
|
|
29
28
|
"bugs": {
|
|
30
|
-
"url": "https://
|
|
31
|
-
},
|
|
32
|
-
"dependencies": {
|
|
33
|
-
"tanstack": "^1.0.1"
|
|
29
|
+
"url": "https://30tools.com"
|
|
34
30
|
}
|
|
35
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.');
|