Typescript Generator
A barebones typescript project generator written in rust. This project was written to help me learn rust, so the code isn't super great.
Features
- Generate a typescript project with a single command
- Lightweight at 1.3 MB (windows)
- Auto install dependencies
- Auto generate MIT license
- Auto generate README.md
- Auto generate package.json, tsconfig.json and nodemon.json
- Includes customizable logger
- Run your project with npm run dev