create-zhx-monorepo 0.1.3 → 0.1.4

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 -5
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -6,13 +6,15 @@ A CLI package to quickly generate a **Monorepo Starter** monorepo for full-stack
6
6
 
7
7
  ## Usage
8
8
 
9
+ You can use this CLI in two ways:
10
+
9
11
  ```bash
10
- # Install globally (optional)
11
- pnpm add -g create-zhx-monorepo
12
+ # Using pnpm create
13
+ pnpm create zhx-monorepo my-new-project
14
+
15
+ # Using pnpm dlx
16
+ pnpm dlx create-zhx-monorepo my-new-project
12
17
 
13
- # Create a new project
14
- pnpm create-zhx-monorepo my-new-project
15
- ```
16
18
 
17
19
  This will generate a ready-to-use monorepo under `my-new-project` with:
18
20
 
@@ -32,3 +34,4 @@ This will generate a ready-to-use monorepo under `my-new-project` with:
32
34
  ---
33
35
 
34
36
  Made with ❤️ by **JZ Digital Labs**
37
+ ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-zhx-monorepo",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "description": "Create a ZHX monorepo with one command",
5
5
  "bin": {
6
6
  "create-zhx-monorepo": "bin/index.js"