Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/marius-brt/tsc-generator
- Owner: Marius-brt
- Created: 2022-01-17T20:24:29.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-17T23:17:51.000Z (about 3 years ago)
- Last Synced: 2024-12-17T19:46:58.940Z (about 1 month ago)
- Topics: cli, generate, project, typescript
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/tsc-generator
- Size: 13.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.