Skip to content

Commit d503233

Browse files
committed
chore(readme): update readme
1 parent aa21e31 commit d503233

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

README.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,20 @@
1-
# @typespec-tools
2-
3-
This repository contains a collection of tools for working with the [TypeSpec](https://typespec.io) DSL.
1+
# Typespec-Tools
42

53
---
64

7-
**Disclaimer:** Please note that this library is not officially affiliated with TypeSpec or Azure. It is an independent project started by @codingmatty.
5+
TypeSpec-Tools is a collection of tools designed to simplify your development process and enhance your experience with Type-safe code using the [TypeSpec](https://typespec.io) DSL.
6+
7+
The motivation behind creating this project was to provide developers with a set of tools that would simplify and enhance their experience when working with TypeSpec. I come from a heavy GraphQL background and loved the concept of spec-first API designs, and have the Types be enforced by the code. I also loved using the [CodeGen tools](https://the-guild.dev/graphql/codegen) available. My hope is that TypeSpec-Tools helps provide the tools necessary to get up and running with TypeSpec quickly.
88

99
## Packages
1010

11-
- [emitter-zod](./packages/emitter-zod/README.md): A Typespec emitter for Zod schemas.
1211
- [emitter-typescript](./packages/emitter-typescript/README.md): A Typespec emitter for Typescript types.
1312
- [emitter-express](./packages/emitter-express/README.md): A Typespec emitter for building type-safe Express routes.
13+
- [emitter-zod](./packages/emitter-zod/README.md): A Typespec emitter for Zod schemas.
1414

1515
Please refer to the individual package README files for more information on each tool.
16+
17+
## Alternatives
18+
19+
- [OpenAPI-Code-Generator](https://github.com/mnahkies/openapi-code-generator)
20+
- [Zodios](https://www.zodios.org/)

0 commit comments

Comments
 (0)