2.1.1 • Published 7 months ago

init-nodemon-ts v2.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

init-nodemon-ts

Initialize a node project using typescript and nodemon

  • nodemon
  • typescript
  • express

Install

Execute the command below in your terminal

$ npm install -g init-nodemon-repo

Usage

Execute the command below to initialize the project inside the ./nodemon-ts folder

$ npx init-nodemon-repo

Execute the command below to initialize the project inside the current folder

$ npx init-nodemon-repo .

Execute the command below to create a folder and initialize the project inside this folder:

# initialize the project into current folder
$ npx init-nodemon-repo my-project

To add express, insert the argument --express in the command

$ npx init-nodemon-repo my-project --express
2.1.1

7 months ago

2.0.1

7 months ago

2.0.0

7 months ago

1.1.0

7 months ago

1.0.2

7 months ago

1.0.1

7 months ago

1.0.0

7 months ago