Skip to content

Commit

Permalink
Point to tsp-client usage docs in intro page (#2180)
Browse files Browse the repository at this point in the history
Addressing feedback provided by @heaths that tsp-client usage docs
should be more visible and easier to find from the intro page for folks
working on Azure specs and client libraries.

---------

Co-authored-by: catalinaperalta <[email protected]>
  • Loading branch information
catalinaperalta and cperaltah authored Feb 11, 2025
1 parent 84387f9 commit 4244723
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions website/src/content/docs/docs/getstarted/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,7 @@ See https://typespec.io/docs to install the base requirements for working with T
## Create an Azure TypeSpec project

[See next doc](./createproject.md)

## 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 the `azure-sdk-for-<language>` repositories, and more. For more information on the CLI tool, see the [tsp-client usage](https://aka.ms/azsdk/tsp-client) documentation

0 comments on commit 4244723

Please sign in to comment.