Ecosyste.ms: Awesome
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: about 2 months ago
JSON representation
Create a TypeScript app with zero configuration.
- Host: GitHub
- URL: https://github.com/lassejlv/ts-project-init
- Owner: lassejlv
- Created: 2024-06-25T07:31:31.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-28T10:22:18.000Z (7 months ago)
- Last Synced: 2024-11-07T17:58:16.548Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!