From 3c7afcda03345834ad09d4b7389bb4d46e653a8a Mon Sep 17 00:00:00 2001 From: ByungJoon Lee Date: Tue, 5 Jul 2022 23:40:16 +0900 Subject: [PATCH] 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.