1.0.2 • Published 2 years ago

tsc-generator v1.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

TSC Generator

Generate a TypeScript project in one line.

Installation

Install the package globally.

$ npm i -g tsc-generator

Create a TypeScript project

Open a cmd in the folder where you want to create your project and enter the following command:

$ npx tsc-generator

Then answer the questions to finish the creation of your project. Tsc generator will then install the project dependencies.