DEV Community

Japroz Saini
Japroz Saini

Posted on

Tsgist

Tsgist is a CLI made with commander and inquirer which helps you to create easy and customizable tsconfig.json files.To get started, install it by running the following command inside of your terminal

npm install -g tsgist
Enter fullscreen mode Exit fullscreen mode

or , if you want to use it in a project, run:

npx tsgist init
Enter fullscreen mode Exit fullscreen mode

This will, initiate a interactive inquirer, from which you can choose the framework you want the tsconfig.json for. You can make a tsconfig.json files for the following frameworks:

> Node
> ReactJS
> VueJS
> React-Native
> AngualrJS
Enter fullscreen mode Exit fullscreen mode

Alternatively, you can contribute to the project on its Github repo

TuringAI

TuringAI is a organization I created for Artificial Intelligence and Machine Learning.Visit its Github account

Top comments (0)