I have found myself copying a lot of files every time I start a new project so I decided to make an easy to use template that you can download and start with little setup. The template has almost everything you could need, a .gitignore, .tsconfig.json, .prettierrc.js, .npmignore, node scripts for transpiling the typescript and testing. The repo for the template is https://github.com/GypsyDangerous/node-typescript-project-template and you can download it with degit
, npx degit GypsyDangerous/node-typescript-project-template
. I want to improve it by adding more files like an eslintrc so any contributions are greatly appreciated π
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)