From 5626d892ee7c9c1f1f2fb1e0235c858e28fd8f2c 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 d7c1ac65c4c..c685df52828 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 + json-schema generate from typescript interface.