Skip to content

Commit fad30fa

Browse files
docs: add CI status badge to README
1 parent 2b7d5b3 commit fad30fa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

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

3+
[![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+
35
`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.
46

57
## Features

0 commit comments

Comments
 (0)