@rbbtsn0w/idocs 0.1.0-beta.1 → 0.1.0-beta.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 +4 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
# idocs
|
|
1
|
+
# @rbbtsn0w/idocs (npm wrapper)
|
|
2
2
|
|
|
3
3
|
This package distributes the `idocs` Swift CLI through npm.
|
|
4
4
|
|
|
5
5
|
## Install
|
|
6
6
|
|
|
7
7
|
```bash
|
|
8
|
-
npm install -g idocs
|
|
8
|
+
npm install -g @rbbtsn0w/idocs
|
|
9
9
|
```
|
|
10
10
|
|
|
11
11
|
By default, `postinstall` downloads `idocs-darwin-arm64.tar.gz` from:
|
|
12
12
|
|
|
13
|
-
`https://github.com/
|
|
13
|
+
`https://github.com/RbBtSn0w/Apple-iDocs/releases/download/v{version}`
|
|
14
14
|
|
|
15
15
|
Override the release URL if needed:
|
|
16
16
|
|
|
17
17
|
```bash
|
|
18
18
|
export IDOCS_RELEASE_BASE_URL="https://github.com/<owner>/<repo>/releases/download/v{version}"
|
|
19
|
-
npm install -g idocs
|
|
19
|
+
npm install -g @rbbtsn0w/idocs
|
|
20
20
|
```
|
|
21
21
|
|
|
22
22
|
The archive is expected to contain:
|