npm init
npm -i --save-dev nodemon
this command will install the nodemon package for this project only
npm i dotenv
The dotenv package is very helpful if you want to work with .env file
npm i minimist
The minimist package is very helpful in managing commang line arguments
- you can then pass arguments like
- node filename.js --name=Praphul --designation=SE