- Prettier
- Automatic format on save in VsCode
- TsLint as linter
- Testing github workflow
- Local development with nodemon
git clone https://github.com/dantehemerson/tsc-simple-starter.git --depth=1 <project-name>
The move to your project
cd <project-name>
and remove repo
rm -rf .git
and start yours
git init