@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.
Files changed (2) hide show
  1. package/README.md +4 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,22 +1,22 @@
1
- # idocs-cli (npm wrapper)
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-cli
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/OWNER/REPO/releases/download/v{version}`
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-cli
19
+ npm install -g @rbbtsn0w/idocs
20
20
  ```
21
21
 
22
22
  The archive is expected to contain:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rbbtsn0w/idocs",
3
- "version": "0.1.0-beta.1",
3
+ "version": "0.1.0-beta.2",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },