The easiest way ever to create a Node TypeScript Project!

Raggi - Apr 3 '21 - - Dev Community

Hello everyone!

Today I would like to share with you a very simple way to get up and running with a new Node TypeScript project.

All it takes is running a single command from your terminal

$ npx node-ts-new
Enter fullscreen mode Exit fullscreen mode

You would then get a Node.js TypeScript project configured with:

  • nodemon
  • eslint
  • prettier
  • dotenv

The generated project folder structure looks like this

Generated Project Folder Structure

Thats it!. Please feel free to check out the github repo for this package and even contribute to it!

. . . . . . . . . .