From e698ab739255454929eb0051c4d5cba40c3a16ca Mon Sep 17 00:00:00 2001 From: ByungJoon Lee Date: Wed, 6 Jul 2022 09:25:17 +0900 Subject: [PATCH] docs(ecosystem): add simple-tjscli (#4112) (#4118) * docs(ecosystem): add simple-tjscli (#4112) * Update docs/Guides/Ecosystem.md * Update docs/Guides/Ecosystem.md Co-authored-by: James Sumners Co-authored-by: James Sumners --- docs/Guides/Ecosystem.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/Guides/Ecosystem.md b/docs/Guides/Ecosystem.md index d7c1ac65c4..4476003868 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 interfaces.