Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
colinhacks committed May 30, 2023
1 parent 16f90bd commit 2c80250
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 4 deletions.
29 changes: 27 additions & 2 deletions README.md
Expand Up @@ -232,7 +232,7 @@ Sponsorship at any level is appreciated and encouraged. For individual developer
<a href="https://proxy.com">proxy.com</a>
</td>
</tr>
<tr>
<tr>
<td align="center">
<a href="https://trigger.dev/">
<img src="https://avatars.githubusercontent.com/u/95297378?s=200&v=4" width="200px;" alt="Trigger.dev logo" />
Expand All @@ -256,6 +256,19 @@ Sponsorship at any level is appreciated and encouraged. For individual developer
<p>Simple file processing for developers.</p>
</td>
</tr>
<tr>
<td align="center">
<a href="https://infisical.com">
<img src="https://github.com/Infisical/infisical/assets/3084745/1b056b77-414b-48a3-9d07-f8f7f8dabf05" width="200px;" alt="Infisical logo" />
</a>
<br />
<b>Infisical</b>
<br />
<a href="https://infisical.com">infisical.com</a>
<br/>
<p>Open-source platform for secret management: sync secrets across your team/infrastructure and prevent secret leaks.</p>
</td>
</tr>
</table>

#### Silver
Expand Down Expand Up @@ -392,7 +405,7 @@ Sponsorship at any level is appreciated and encouraged. For individual developer
</td>
</tr>
<tr>
<td align="center">
<td align="center">
<a href="https://learnwithjason.dev">
<img src="https://avatars.githubusercontent.com/u/66575486?s=200&v=4" width="100px;" alt="Learn with Jason logo"/>
</a>
Expand Down Expand Up @@ -423,6 +436,18 @@ Sponsorship at any level is appreciated and encouraged. For individual developer
<br />
</td>
</tr>
<tr>
<td align="center">
<a href="https://twitter.com/alexdotjs">
<img src="https://avatars.githubusercontent.com/u/459267?v=4" width="100px;" alt="Katt profile picture"/>
</a>
<br />
<b>Alex / KATT</b>
<br/>
<a href="https://twitter.com/alexdotjs">Creator of tRPC</a>
<br />
</td>
</tr>
</table>

### Ecosystem
Expand Down
30 changes: 28 additions & 2 deletions deno/lib/README.md
Expand Up @@ -232,7 +232,7 @@ Sponsorship at any level is appreciated and encouraged. For individual developer
<a href="https://proxy.com">proxy.com</a>
</td>
</tr>
<tr>
<tr>
<td align="center">
<a href="https://trigger.dev/">
<img src="https://avatars.githubusercontent.com/u/95297378?s=200&v=4" width="200px;" alt="Trigger.dev logo" />
Expand All @@ -256,6 +256,19 @@ Sponsorship at any level is appreciated and encouraged. For individual developer
<p>Simple file processing for developers.</p>
</td>
</tr>
<tr>
<td align="center">
<a href="https://infisical.com">
<img src="https://github.com/Infisical/infisical/assets/3084745/1b056b77-414b-48a3-9d07-f8f7f8dabf05" width="200px;" alt="Infisical logo" />
</a>
<br />
<b>Infisical</b>
<br />
<a href="https://infisical.com">infisical.com</a>
<br/>
<p>Open-source platform for secret management: sync secrets across your team/infrastructure and prevent secret leaks.</p>
</td>
</tr>
</table>

#### Silver
Expand Down Expand Up @@ -392,7 +405,7 @@ Sponsorship at any level is appreciated and encouraged. For individual developer
</td>
</tr>
<tr>
<td align="center">
<td align="center">
<a href="https://learnwithjason.dev">
<img src="https://avatars.githubusercontent.com/u/66575486?s=200&v=4" width="100px;" alt="Learn with Jason logo"/>
</a>
Expand Down Expand Up @@ -423,6 +436,18 @@ Sponsorship at any level is appreciated and encouraged. For individual developer
<br />
</td>
</tr>
<tr>
<td align="center">
<a href="https://twitter.com/alexdotjs">
<img src="https://avatars.githubusercontent.com/u/459267?v=4" width="100px;" alt="Katt profile picture"/>
</a>
<br />
<b>Alex / KATT</b>
<br/>
<a href="https://twitter.com/alexdotjs">Creator of tRPC</a>
<br />
</td>
</tr>
</table>

### Ecosystem
Expand Down Expand Up @@ -495,6 +520,7 @@ There are a growing number of tools that are built atop or support Zod natively!

#### Powered by Zod

- [`freerstore`](https://github.com/JacobWeisenburger/freerstore): Firestore cost optimizer.
- [`slonik`](https://github.com/gajus/slonik/tree/gajus/add-zod-validation-backwards-compatible#runtime-validation-and-static-type-inference): Node.js Postgres client with strong Zod integration.
- [`soly`](https://github.com/mdbetancourt/soly): Create CLI applications with zod.
- [`zod-xlsx`](https://github.com/sidwebworks/zod-xlsx): A xlsx based resource validator using Zod schemas.
Expand Down

0 comments on commit 2c80250

Please sign in to comment.