shopq 0.3.4 → 0.3.7
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 +12 -2
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# shopq
|
|
2
2
|
|
|
3
|
-
[](https://github.com/c99e/shopq/actions/workflows/ci.yml)
|
|
4
4
|
[](https://www.npmjs.com/package/shopq)
|
|
5
5
|
[](LICENSE)
|
|
6
6
|
[](https://bun.sh)
|
|
@@ -11,10 +11,20 @@ Built with AI agents as the primary user — structured JSON output, predictable
|
|
|
11
11
|
|
|
12
12
|
## Install
|
|
13
13
|
|
|
14
|
+
### CLI
|
|
15
|
+
|
|
14
16
|
```bash
|
|
15
17
|
bun install -g shopq
|
|
16
18
|
```
|
|
17
19
|
|
|
20
|
+
### Pi coding agent
|
|
21
|
+
|
|
22
|
+
Install as a [pi package](https://shittycodingagent.ai/packages) to give your agent Shopify skills:
|
|
23
|
+
|
|
24
|
+
```bash
|
|
25
|
+
pi install npm:shopq
|
|
26
|
+
```
|
|
27
|
+
|
|
18
28
|
## Prerequisites
|
|
19
29
|
|
|
20
30
|
- [Bun](https://bun.sh) v1.3+ (also works with Node.js v22+)
|
|
@@ -46,7 +56,7 @@ Bun loads `.env` automatically — no extra setup needed. shopq handles the OAut
|
|
|
46
56
|
### Development
|
|
47
57
|
|
|
48
58
|
```bash
|
|
49
|
-
git clone https://github.com/
|
|
59
|
+
git clone https://github.com/c99e/shopq.git
|
|
50
60
|
cd shopq
|
|
51
61
|
bun install
|
|
52
62
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "shopq",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.7",
|
|
4
4
|
"description": "A zero-dependency Shopify Admin CLI built on Bun",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -20,11 +20,11 @@
|
|
|
20
20
|
},
|
|
21
21
|
"repository": {
|
|
22
22
|
"type": "git",
|
|
23
|
-
"url": "git+https://github.com/
|
|
23
|
+
"url": "git+https://github.com/c99e/shopq.git"
|
|
24
24
|
},
|
|
25
|
-
"homepage": "https://github.com/
|
|
25
|
+
"homepage": "https://github.com/c99e/shopq",
|
|
26
26
|
"bugs": {
|
|
27
|
-
"url": "https://github.com/
|
|
27
|
+
"url": "https://github.com/c99e/shopq/issues"
|
|
28
28
|
},
|
|
29
29
|
"keywords": [
|
|
30
30
|
"shopify",
|