@treeship/cli-darwin-arm64 0.5.0 → 0.6.1
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 +15 -0
- package/package.json +1 -1
package/README.md
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
# @treeship/cli-darwin-arm64
|
|
2
|
+
|
|
3
|
+
Platform-specific binary for the Treeship CLI on Apple Silicon (macOS arm64).
|
|
4
|
+
|
|
5
|
+
This package is **not meant to be installed directly**. It is automatically downloaded when you run:
|
|
6
|
+
|
|
7
|
+
```sh
|
|
8
|
+
npm install -g treeship
|
|
9
|
+
```
|
|
10
|
+
|
|
11
|
+
The main `treeship` package detects your platform and pulls the correct binary.
|
|
12
|
+
|
|
13
|
+
## Repository
|
|
14
|
+
|
|
15
|
+
[github.com/nicholasgriffintn/treeship](https://github.com/nicholasgriffintn/treeship)
|