@npm_akash/rn-package-installer 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 +6 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -21,15 +21,17 @@ No more remembering package names or running multiple install commands — just
21
21
  You can use the tool **without installing globally** (recommended):
22
22
 
23
23
  ```bash
24
- npm install rn-package-installer
25
- npx rn-package-installer
24
+
25
+ npm i @npm_akash/rn-package-installer
26
+ npx @npm_akash/rn-package-installer
27
+
26
28
  ```
27
29
 
28
30
  ## ▶️ Usage
29
31
 
30
32
  Run the command inside your React or React Native project:
31
33
  ```bash
32
- npx rn-package-installer
34
+ npx @npm_akash/rn-package-installer
33
35
  ```
34
36
 
35
37
  ## You’ll see an interactive flow like this:
@@ -71,7 +73,7 @@ This is intentional and follows npm best practices
71
73
 
72
74
  Always run it using:
73
75
 
74
- npx rn-package-installer
76
+ npx @npm_akash/rn-package-installer
75
77
 
76
78
 
77
79
  ## 📄 License
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@npm_akash/rn-package-installer",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "Interactive package installer for React and React Native",
5
5
  "type": "module",
6
6
  "main": "bin/cli.js",