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

https://github.com/lassejlv/ts-project-init

Create a TypeScript app with zero configuration.
https://github.com/lassejlv/ts-project-init

Last synced: 5 months ago
JSON representation

Create a TypeScript app with zero configuration.

Awesome Lists containing this project

README

        

# Create TypeScript App

Simply run

```bash
npx ts-project-init
```

This will create a new directory with a TypeScript project template. Just run `npm run dev` and start coding!