DEV Community

David Snyder
David Snyder

Posted on

Simple Template for typescript in Node

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 😀

Oldest comments (0)