Skip to content

Commit a3bec24

Browse files
feat: oss-health-scan@1.0.0 published to npm! Updated README with npx oss-health-scan commands
1 parent 5bf4304 commit a3bec24

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
## 🔬 Scan Your Dependencies — In One Command
1818

1919
```bash
20-
npx github:dusan-maintains/oss-maintenance-log lodash moment request express
20+
npx oss-health-scan lodash moment request express
2121
```
2222

2323
```
@@ -43,11 +43,11 @@ npx github:dusan-maintains/oss-maintenance-log lodash moment request express
4343
<summary><strong>CLI flags</strong></summary>
4444

4545
```bash
46-
npx github:dusan-maintains/oss-maintenance-log # Scan ./package.json
47-
npx github:dusan-maintains/oss-maintenance-log pkg1 pkg2 # Scan specific packages
48-
npx github:dusan-maintains/oss-maintenance-log --dev # Include devDependencies
49-
npx github:dusan-maintains/oss-maintenance-log --json # JSON output for CI
50-
npx github:dusan-maintains/oss-maintenance-log --threshold 40 # Only unhealthy
46+
npx oss-health-scan # Scan ./package.json
47+
npx oss-health-scan pkg1 pkg2 # Scan specific packages
48+
npx oss-health-scan --dev # Include devDependencies
49+
npx oss-health-scan --json # JSON output for CI
50+
npx oss-health-scan --threshold 40 # Only unhealthy
5151
```
5252
</details>
5353

@@ -158,7 +158,7 @@ Each package gets a **weighted health score (0–100)**:
158158
### Quick Scan (no install)
159159

160160
```bash
161-
npx github:dusan-maintains/oss-maintenance-log express lodash moment
161+
npx oss-health-scan express lodash moment
162162
```
163163

164164
### Full Monitoring Setup
@@ -201,7 +201,7 @@ jobs:
201201
steps:
202202
- uses: actions/checkout@v4
203203
- uses: actions/setup-node@v4
204-
- run: npx github:dusan-maintains/oss-maintenance-log --threshold 30
204+
- run: npx oss-health-scan --threshold 30
205205
```
206206
207207
<!-- LIVE_DATA:START -->

0 commit comments

Comments
 (0)