clishop 0.1.0 → 0.2.0
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 +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
**CLISHOP** is a command-line shopping tool. Users search, browse, and buy products from multiple stores — all from the terminal. A single checkout covers items across stores.
|
|
4
4
|
|
|
5
|
-
- **Package**:
|
|
5
|
+
- **Package**: `@clishop/cli`
|
|
6
6
|
- **Binary**: `clishop`
|
|
7
7
|
- **Runtime**: Node.js ≥ 18
|
|
8
8
|
- **Backend**: `https://clishop-backend.vercel.app/api`
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
## Install
|
|
13
13
|
|
|
14
14
|
```bash
|
|
15
|
-
npm install -g clishop
|
|
15
|
+
npm install -g @clishop/cli
|
|
16
16
|
```
|
|
17
17
|
|
|
18
18
|
Or from source:
|