From d37a63248b4421579445388bb6bc4f19da1f2f05 Mon Sep 17 00:00:00 2001 From: stefan judis Date: Mon, 18 Dec 2023 08:15:15 +0100 Subject: [PATCH] Add new helper and intro TS category --- helpers/c-to-typescript.json | 2 +- helpers/maketypes.json | 2 +- helpers/ts-faker.json | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/helpers/c-to-typescript.json b/helpers/c-to-typescript.json index 03c4b6ad..c7baf76d 100644 --- a/helpers/c-to-typescript.json +++ b/helpers/c-to-typescript.json @@ -3,7 +3,7 @@ "desc": "Convert C# Models, ViewModels and DTOs into their TypeScript equivalents.", "url": "https://csharptotypescript.azurewebsites.net/", "tags": [ - "Code", + "TypeScript", "Data transformation" ], "maintainers": [ diff --git a/helpers/maketypes.json b/helpers/maketypes.json index ffd47bac..dcc9159b 100644 --- a/helpers/maketypes.json +++ b/helpers/maketypes.json @@ -4,7 +4,7 @@ "url": "https://jvilk.com/MakeTypes/", "tags": [ "JSON", - "JavaScript" + "TypeScript" ], "maintainers": [ "jvilk" diff --git a/helpers/ts-faker.json b/helpers/ts-faker.json index 77a2c4a4..dda82179 100644 --- a/helpers/ts-faker.json +++ b/helpers/ts-faker.json @@ -3,7 +3,8 @@ "desc": "Generate fake data using TypeScript interfaces", "url": "https://ts-faker.vercel.app", "tags": [ - "Generated Data" + "Generated Data", + "TypeScript" ], "maintainers": [ "SirwanAfifi"