dzed-baradzed
5/30/2017 - 9:27 PM

npm common commands

npm common commands

npm init (create a package.json file)
npm install (install project dependencies)
npm install --save-dev gulp-minify (example of installing a package)