1.0.1 • Published 5 years ago

20-npm-rchaud03 v1.0.1

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

THis is the readme file for the package named 20-npm-rchaud03.

Below are the following tasks posisble with the package as it relates to npm homework

--"printinfo", which prints the description value of the the description field in the package.json file in the console. Use an npm config variable. --"clean", which removes/deletes the node_modules folder --"build", which runs npm install of dependencies --"start", which executes the main node.js file (entry point) --"watch", which executes the main node.js file using npx and nodemon

--"audit", which runs npm audit against the main weather node.js application