create-next-pro-stack 1.0.1 → 1.0.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 +5 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -36,10 +36,14 @@ BlitzStack automatically installs and configures the following professional pack
36
36
 
37
37
  ## 🚀 Getting Started
38
38
 
39
- You don't need to install anything globally. Simply run the command below using **npx** to start your next big project:
39
+ > [!IMPORTANT]
40
+ > **Use npx for Instant Setup:**
41
+ > To avoid installation issues, we recommend using **npx**. This ensures you are always using the latest version of BlitzStack.
40
42
 
41
43
  ### 1. Create a New Project
42
44
 
45
+ Run this command in your terminal:
46
+
43
47
  ```bash
44
48
  npx create-next-pro-stack my-awesome-project
45
49
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-next-pro-stack",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "A professional CLI tool to quickly scaffold Next.js projects with Redux, React Query, TailwindCSS, and premium UI.",
5
5
  "type": "module",
6
6
  "main": "index.js",