init-nodemon-ts
v2.1.1
Published
Initialize a simple project typescript with nodemon
Downloads
521
Readme
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