@swirls/cli-darwin-arm64 0.1.0 → 0.1.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 (3) hide show
  1. package/README.md +11 -0
  2. package/package.json +1 -1
  3. package/swirls +0 -0
package/README.md ADDED
@@ -0,0 +1,11 @@
1
+ # @swirls/cli-darwin-arm64
2
+
3
+ This package is the Swirls CLI native binary for **darwin (macOS) on arm64 (Apple Silicon)**. It is not intended to be installed directly.
4
+
5
+ ## How it's used
6
+
7
+ It is listed as an optional dependency of `@swirls/cli`. When you install `@swirls/cli` (e.g. `npm install -g @swirls/cli`), the package manager installs this package only if the host matches `os: ["darwin"]` and `cpu: ["arm64"]`. The launcher then runs this binary on every `swirls` command.
8
+
9
+ ## Build
10
+
11
+ The binary is built from the monorepo (Bun compile). Do not install this package by hand for normal CLI use; install `@swirls/cli` instead.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@swirls/cli-darwin-arm64",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
4
4
  "os": [
5
5
  "darwin"
6
6
  ],
package/swirls CHANGED
Binary file