From 3c7afcda03345834ad09d4b7389bb4d46e653a8a Mon Sep 17 00:00:00 2001 From: ByungJoon Lee Date: Tue, 5 Jul 2022 23:40:16 +0900 Subject: [PATCH 1/2] docs(ecosystem): add simple-tjscli (#4112) * Update docs/Guides/Ecosystem.md --- docs/Guides/Ecosystem.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/Guides/Ecosystem.md b/docs/Guides/Ecosystem.md index d7c1ac65c4..7aae1d6a5f 100644 --- a/docs/Guides/Ecosystem.md +++ b/docs/Guides/Ecosystem.md @@ -557,3 +557,5 @@ section. #### [Community Tools](#community-tools) - [`fast-maker`](https://github.com/imjuni/fast-maker) route configuration generator by directory structure. +- [`simple-tjscli`](https://github.com/imjuni/simple-tjscli) cli tool to + generate json-schema from typescript interface. From d9608a0b7edf5a7b501568181533b1d3e24945a8 Mon Sep 17 00:00:00 2001 From: ByungJoon Lee Date: Wed, 6 Jul 2022 03:15:11 +0900 Subject: [PATCH 2/2] Update docs/Guides/Ecosystem.md Co-authored-by: James Sumners --- docs/Guides/Ecosystem.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Guides/Ecosystem.md b/docs/Guides/Ecosystem.md index 7aae1d6a5f..4476003868 100644 --- a/docs/Guides/Ecosystem.md +++ b/docs/Guides/Ecosystem.md @@ -557,5 +557,5 @@ section. #### [Community Tools](#community-tools) - [`fast-maker`](https://github.com/imjuni/fast-maker) route configuration generator by directory structure. -- [`simple-tjscli`](https://github.com/imjuni/simple-tjscli) cli tool to - generate json-schema from typescript interface. +- [`simple-tjscli`](https://github.com/imjuni/simple-tjscli) CLI tool to + generate JSON Schema from TypeScript interfaces.