@superdoc/cli-windows-x64 0.24.0 → 0.25.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/bin/superdoc.exe +0 -0
- package/package.json +1 -1
package/README.md
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
# @superdoc/cli-windows-x64
|
|
2
|
+
|
|
3
|
+
SuperDoc CLI binary for Windows on x64. It is installed automatically by `@superdoc/cli`; do not install this package
|
|
4
|
+
directly.
|
|
5
|
+
|
|
6
|
+
```bash
|
|
7
|
+
npm install --global @superdoc/cli
|
|
8
|
+
```
|
|
9
|
+
|
|
10
|
+
See the [SuperDoc CLI guide](https://docs.superdoc.dev/agents/automation/cli).
|
package/bin/superdoc.exe
CHANGED
|
Binary file
|
package/package.json
CHANGED