Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/marius-brt/tsc-generator

Generate a typescript project quickly.
https://github.com/marius-brt/tsc-generator

cli generate project typescript

Last synced: 9 days ago
JSON representation

Generate a typescript project quickly.

Awesome Lists containing this project

README

        

# TSC Generator

Generate a TypeScript project in one line. Tsc generator create tsconfig. It can also add linter (eslint), formater (prettier) and jest with there config files.

## Installation

Install the package globally.

```bash
$ 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:

```bash
$ npx tsc-generator
```

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