Skip to content

Commit 0b109c3

Browse files
authored
docs(ecosystem): add bupkis to the ecosystem section (#5237)
[BUPKIS](https://bupkis.zip) is a new assertion library which encourages using Zod schemas to define custom assertions.
1 parent 2bed4b3 commit 0b109c3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

packages/docs/components/ecosystem.tsx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,12 @@ const poweredByZodProjects: ZodResource[] = [
210210
description: "A xlsx based resource validator using Zod schemas for data imports and more",
211211
slug: "sidwebworks/zod-xlsx",
212212
},
213+
{
214+
name: "bupkis",
215+
url: "https://github.com/boneskull/bupkis",
216+
description: "Uncommonly extensible assertions for the beautiful people",
217+
slug: "boneskull/bupkis",
218+
}
213219
];
214220

215221
const zodUtilities: ZodResource[] = [

0 commit comments

Comments
 (0)