From a75dcaf1cb2701320c36fad8e9dab4b0fa681ee8 Mon Sep 17 00:00:00 2001 From: Demis Bellot Date: Sat, 7 Dec 2024 14:13:52 +0800 Subject: [PATCH] words --- MyApp/_posts/2024-12-04_npx-get-dtos.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/MyApp/_posts/2024-12-04_npx-get-dtos.md b/MyApp/_posts/2024-12-04_npx-get-dtos.md index ebdc2daf..477cee43 100644 --- a/MyApp/_posts/2024-12-04_npx-get-dtos.md +++ b/MyApp/_posts/2024-12-04_npx-get-dtos.md @@ -6,8 +6,8 @@ author: Demis Bellot image: https://images.unsplash.com/photo-1639262498805-17c7dc422d37?crop=entropy&fit=crop&h=1000&w=2000 --- -To make it easier to consume ServiceStack APIs in any language, we've added the ability to download and upload Typed DTOs -in all languages without needing .NET installed with the new `npx get-dtos` npm script. +To make it easier to consume ServiceStack APIs in any language, we've added the ability to download +Typed DTOs from any ServiceStack API in all languages without needing .NET installed with the new `npx get-dtos` npm script. It has the same syntax and functionality as the `x` dotnet tool for adding and updating ServiceStack References where in most cases you can replace `x ` with `npx get-dtos ` to achieve the same result. @@ -28,7 +28,7 @@ Running `npx get-dtos` without any arguments will display the available options: get-dtos swift Add Swift ServiceStack Reference (Alias 'sw') get-dtos fsharp Add F# ServiceStack Reference (Alias 'fs') get-dtos vbnet Add VB.NET ServiceStack Reference (Alias 'vb') - get-dtos tsd Add TypeScript Definition ServiceStack Reference + get-dtos tsd Add TypeScript Definition ServiceStack Reference Options: -h, --help, ? Print this message