From 76136996c74afe0cf26505128602147069340a3c Mon Sep 17 00:00:00 2001 From: bendtherules Date: Thu, 9 Jan 2020 23:21:28 +0530 Subject: [PATCH] Readme - Add tolls using it section --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index c87fc65..6cd3289 100644 --- a/README.md +++ b/README.md @@ -35,3 +35,11 @@ TSC = Typescript compiler *TS has anyway opened up more apis, is it worth using anymore ??* 3. [ttypescript](https://github.com/cevek/ttypescript) - TSC drop-in replacement which supports passing custom transformers as cmdline argument. + +## Tools built using it + +1. Typescript language service plugin in VS Code (inbuilt), [atom](https://github.com/TypeStrong/atom-typescript), [Sublime Text](https://github.com/Microsoft/TypeScript-Sublime-Plugin) - Supports similar feature set in multiple editors + +2. Typedoc - Very popular Typescript documentation generator which extracts type definitions and inline jsdoc comments into separate documents. + +3. [shameless plug] [webpack-strip-log-loader](https://github.com/bendtherules/webpack-strip-log-loader) - webpack plugin to remove some module (or symbol) and their usages recursively in a project. Uses TSC api internally.