@devlensio/cli-linux-arm64 0.2.6 → 0.2.7
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 +13 -0
- package/devlens +0 -0
- package/package.json +1 -1
package/README.md
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
# @devlensio/cli-linux-arm64
|
|
2
|
+
|
|
3
|
+
Prebuilt **DevLens CLI** native binary for **Linux arm64**.
|
|
4
|
+
|
|
5
|
+
**Don't install this directly.** It's an internal, platform-specific optional dependency of [`@devlensio/cli`](https://www.npmjs.com/package/@devlensio/cli). npm installs only the package matching your OS/CPU, and the `@devlensio/cli` launcher execs the binary inside it.
|
|
6
|
+
|
|
7
|
+
Install the CLI instead:
|
|
8
|
+
|
|
9
|
+
```bash
|
|
10
|
+
npm install -g @devlensio/cli
|
|
11
|
+
```
|
|
12
|
+
|
|
13
|
+
Docs & usage: https://github.com/devlensio/devlensOSS · License: AGPL-3.0
|
package/devlens
CHANGED
|
Binary file
|