@ratelkey/cli-darwin-arm64 1.0.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 +10 -0
- package/package.json +1 -0
- package/ratel +0 -0
package/README.md
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
# @ratelkey/cli-darwin-arm64
|
|
2
|
+
|
|
3
|
+
The `ratel` binary for darwin-arm64, installed automatically as an optional dependency of
|
|
4
|
+
[`@ratelkey/cli`](https://www.npmjs.com/package/@ratelkey/cli).
|
|
5
|
+
|
|
6
|
+
Install that package:
|
|
7
|
+
|
|
8
|
+
```sh
|
|
9
|
+
npm install -g @ratelkey/cli
|
|
10
|
+
```
|
package/package.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"name":"@ratelkey/cli-darwin-arm64","version":"1.0.1","description":"RatelKey CLI — macOS arm64 (Apple silicon) binary","license":"MIT","repository":{"type":"git","url":"git+https://github.com/RatelKeyOrg/ratel-cli.git","directory":"npm/darwin-arm64"},"homepage":"https://ratelkey.com","os":["darwin"],"cpu":["arm64"],"files":["ratel"]}
|
package/ratel
ADDED
|
Binary file
|