bimagic 1.4.2 → 1.4.3
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 +7 -0
- package/bimagic +1037 -1037
- package/package.json +35 -32
package/README.md
CHANGED
|
@@ -49,6 +49,11 @@ Run this one-line command to install Bimagic:
|
|
|
49
49
|
```bash
|
|
50
50
|
curl -sSL https://raw.githubusercontent.com/Bimbok/bimagic/main/install.sh | bash
|
|
51
51
|
```
|
|
52
|
+
You can also install **bimagic** using npm.
|
|
53
|
+
|
|
54
|
+
```bash
|
|
55
|
+
npm i -g bimagic
|
|
56
|
+
```
|
|
52
57
|
|
|
53
58
|
### Quick Access (Keybinding)
|
|
54
59
|
|
|
@@ -143,6 +148,8 @@ export PATH="$HOME/bin:$PATH" # For user-local installation
|
|
|
143
148
|
- gum (required for modern UI and interactive selection)
|
|
144
149
|
- See installation instructions below or use the automated script.
|
|
145
150
|
- If not installed, the tool will not work.
|
|
151
|
+
- Node.js **v16 or higher**
|
|
152
|
+
- npm **v8+**
|
|
146
153
|
|
|
147
154
|
## Configuration
|
|
148
155
|
|