@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.
- package/README.md +6 -4
- 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
|
-
|
|
25
|
-
|
|
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
|