Skip to content

Commit 87eaef9

Browse files
authored
Update README with additional badges
Added npm and GitHub badges for version, downloads, and license.
1 parent 601bf9d commit 87eaef9

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,20 @@
88
</br>
99

1010
<p align="center">
11+
<!-- GitHub Badges -->
1112
<img src="https://img.shields.io/github/stars/BeyteFlow/errlens?style=for-the-badge" alt="GitHub stars">
1213
<img src="https://img.shields.io/github/forks/BeyteFlow/errlens?style=for-the-badge" alt="GitHub forks">
1314
<img src="https://img.shields.io/github/issues/BeyteFlow/errlens?style=for-the-badge" alt="GitHub issues">
1415
<img src="https://img.shields.io/github/license/BeyteFlow/errlens?style=for-the-badge" alt="GitHub license">
15-
<img src="https://img.shields.io/github/actions/workflow/status/BeyteFlow/errlens/ci.yml?style=for-the-badge&label=Build" alt="Build status">
1616
<img src="https://img.shields.io/github/issues-pr/BeyteFlow/errlens?style=for-the-badge" alt="Open PRs">
17+
18+
<!-- npm Badges -->
19+
<br>
20+
<img src="https://img.shields.io/npm/v/errlens?style=for-the-badge" alt="npm version">
21+
<img src="https://img.shields.io/npm/dm/errlens?style=for-the-badge" alt="npm downloads">
22+
<img src="https://img.shields.io/npm/l/errlens?style=for-the-badge" alt="License">
23+
<img src="https://img.shields.io/node/v/errlens?style=for-the-badge" alt="Node.js version">
1724
</p>
18-
1925
**ErrLens** is a professional-grade CLI utility designed to eliminate developer frustration. It intercepts Node.js crashes, analyzes stack traces, and delivers plain-English explanations with actionable fixes—directly in your terminal.
2026

2127
---

0 commit comments

Comments
 (0)