@docforge-cli/cli-darwin-x64 1.2.0 → 1.2.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 +22 -0
  2. package/bin/dcf +0 -0
  3. package/package.json +1 -1
package/README.md ADDED
@@ -0,0 +1,22 @@
1
+ # @docforge-cli/cli-darwin-x64
2
+
3
+ Native binary for the [DocForge CLI](https://www.npmjs.com/package/@docforge-cli/cli) — macOS Intel (x64).
4
+
5
+ **Do not install this package directly.** Install the main wrapper instead:
6
+
7
+ ```bash
8
+ npm install -g @docforge-cli/cli
9
+ ```
10
+
11
+ npm will automatically select and install this platform binary via `optionalDependencies`.
12
+
13
+ ## Platform
14
+
15
+ - OS: macOS (darwin)
16
+ - Arch: x64 (Intel)
17
+
18
+ ## Links
19
+
20
+ - [Main package](https://www.npmjs.com/package/@docforge-cli/cli)
21
+ - [GitHub](https://github.com/solvorlabs/DocForge)
22
+ - [Issues](https://github.com/solvorlabs/DocForge/issues)
package/bin/dcf CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@docforge-cli/cli-darwin-x64",
3
- "version": "1.2.0",
3
+ "version": "1.2.2",
4
4
  "description": "DocForge CLI binary for macOS x64 (Intel)",
5
5
  "os": [
6
6
  "darwin"