Skip to content

Commit 3e9578e

Browse files
docs: add npm version badge to README
1 parent 669f131 commit 3e9578e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# zod-to-d2
22

33
[![CI](https://github.com/EngineersTools/zod-to-d2/actions/workflows/ci.yml/badge.svg)](https://github.com/EngineersTools/zod-to-d2/actions/workflows/ci.yml)
4+
[![npm version](https://img.shields.io/npm/v/%40eng-tools%2Fzod-to-d2.svg?color=informational)](https://www.npmjs.com/package/@eng-tools/zod-to-d2)
45

56
`zod-to-d2` is a TypeScript library that extends the [Zod](https://github.com/colinhacks/zod) schema validation library, enabling you to annotate your schemas and automatically generate [D2](https://d2lang.com/) diagrams. This helps visualize data models, relationships, and schema structures directly from your Zod definitions.
67

0 commit comments

Comments
 (0)