init-nodemon-ts

2.1.1 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i init-nodemon-ts

Weekly Downloads

0

Version

2.1.1

License

MIT

Unpacked Size

28.3 kB

Total Files

28

Last publish

Collaborators

  • gabrielalves262