Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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

Last synced: about 2 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!