@dazzle-labs/cli-win32-x64 0.6.0 → 0.6.3
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 +11 -0
- package/bin/dazzle.exe +0 -0
- package/package.json +1 -1
package/README.md
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
# @dazzle-labs/cli platform binary
|
|
2
|
+
|
|
3
|
+
This package contains the Dazzle CLI binary for a specific platform. It is installed automatically as an optional dependency of [`@dazzle-labs/cli`](https://www.npmjs.com/package/@dazzle-labs/cli).
|
|
4
|
+
|
|
5
|
+
**Do not install this package directly.** Use `@dazzle-labs/cli` instead:
|
|
6
|
+
|
|
7
|
+
```bash
|
|
8
|
+
npm install -g @dazzle-labs/cli
|
|
9
|
+
```
|
|
10
|
+
|
|
11
|
+
See the [@dazzle-labs/cli README](https://www.npmjs.com/package/@dazzle-labs/cli) for usage and documentation.
|
package/bin/dazzle.exe
CHANGED
|
Binary file
|