1.0.0 • Published 5 years ago

@wizwarrior/node.ts v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
5 years ago

Node.ts

A Jumpstart repository for Node in TypeScript, helps you create a new TypeScript project in node with ease!

Main Features

  • Project strucutred in such a way that Developer can easily get all the components and their working, interconnections of everything easily and Modify them.
  • tsconfig.json configured to meet requirements of a Node project in TypeScript.
  • nodemon.json created to make nodemon behave same as a JavaScript project (Auto Change Detection, Live Reload etc.) working in TypeScript.
  • .eslintrc pre-defined to enable linting in the project and to improve coding practises.

Installation

Clone the repository and run the following command:

npm install

Usage

npn run start
1.0.0

5 years ago