Installation
Try TypeSpec without installing anything
You can try TypeSpec on the web without installing anything.
Installing TypeSpec core toolset
See https://typespec.io/docs to install the base requirements for working with TypeSpec:
- NodeJS
- Typespec CLI
- VSCode or VS extension
Create an Azure TypeSpec project
Additional tooling
tsp-client
: A CLI tool that provides several commands to help during the TypeSpec development process, such as converting a swagger specification to a TypeSpec project, providing a simple interface to generate client libraries within theazure-sdk-for-<language>
repositories, and more. For more information on the CLI tool, see the tsp-client usage documentation