vibe-audit-scan 1.2.9 → 1.2.10
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 +0 -10
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -21,20 +21,10 @@ To use the Vibe Audit CLI, you must first create an account on the platform:
|
|
|
21
21
|
- Node.js 22+
|
|
22
22
|
|
|
23
23
|
## Installation
|
|
24
|
-
Once published to npm, you can install the utility globally:
|
|
25
24
|
```bash
|
|
26
25
|
npm install -g vibe-audit-scan
|
|
27
26
|
```
|
|
28
27
|
|
|
29
|
-
For local development setup:
|
|
30
|
-
```bash
|
|
31
|
-
# Navigate to the CLI package directory
|
|
32
|
-
cd packages/cli
|
|
33
|
-
|
|
34
|
-
# Link local CLI binary for testing
|
|
35
|
-
npm link
|
|
36
|
-
```
|
|
37
|
-
|
|
38
28
|
## Usage
|
|
39
29
|
|
|
40
30
|
### Run codebase scans
|