Skip to content

Commit 150e9fe

Browse files
docs: add npm/CI/license status badges to README
1 parent 5554cbf commit 150e9fe

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
**Semantic, format-aware diff for config & structured-data files.**
44
See what *actually* changed — the meaning, not the text.
55

6+
[![npm version](https://img.shields.io/npm/v/confdiff.svg)](https://www.npmjs.com/package/confdiff)
7+
[![npm downloads](https://img.shields.io/npm/dm/confdiff.svg)](https://www.npmjs.com/package/confdiff)
8+
[![CI](https://github.com/esperanza-volkov/confdiff/actions/workflows/ci.yml/badge.svg)](https://github.com/esperanza-volkov/confdiff/actions/workflows/ci.yml)
9+
[![license: MIT](https://img.shields.io/npm/l/confdiff.svg)](./LICENSE)
10+
611
**[Try it in your browser — no install](https://esperanza-volkov.github.io/confdiff/)** (paste two configs, runs 100% client-side, nothing uploaded).
712

813
<p align="center">

0 commit comments

Comments
 (0)