Skip to content

Commit 619a719

Browse files
authored
docs: update CLI readme with scoped package name and badges (#64)
1 parent 5a56b14 commit 619a719

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

packages/cli/README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,21 @@
22

33
A powerful CLI tool for analyzing dependency vulnerabilities in your projects. Supports npm, PyPI, Maven, RubyGems, Composer, and Pub.
44

5+
[![npm version](https://img.shields.io/npm/v/@avrl/gitdepsec.svg)](https://www.npmjs.com/package/@avrl/gitdepsec)
6+
[![npm provenance](https://img.shields.io/badge/npm-provenance-brightgreen)](https://docs.npmjs.com/generating-provenance-statements)
7+
58
## Installation
69

710
```bash
811
# Using npm
9-
npm install -g gitdepsec
12+
npm install -g @avrl/gitdepsec
1013

1114
# Using bun
12-
bun add -g gitdepsec
15+
bun add -g @avrl/gitdepsec
1316

1417
# Or run without installing
15-
bunx gitdepsec audit
16-
npx gitdepsec audit
18+
npx @avrl/gitdepsec audit
19+
bunx @avrl/gitdepsec audit
1720
```
1821

1922
## Usage

0 commit comments

Comments
 (0)