pjdev2d-cli 1.1.1 → 1.1.2

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.
Files changed (2) hide show
  1. package/README.md +8 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,5 +1,11 @@
1
- # To add components
1
+ # To add components
2
2
 
3
3
  ```bash
4
4
  npx pjdev2d-cli add <name>
5
- ```
5
+ ```
6
+
7
+ # To add Tanstack Query Template
8
+
9
+ ```bash
10
+ npx pjdev2d-cli add tanstack-query-template
11
+ ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pjdev2d-cli",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
4
4
  "type": "module",
5
5
  "description": "CLI to install reusable React components like shadcn/ui",
6
6
  "main": "bin/cli.js",