NPM is very useful. It helps you manage all your modules: install, remove, or even reinstall all the packages if you moved to another computer, but you still have your package.json
file. You can even setup custom commands, so you can do things like: npm run myNewCommand
. I like visiting the NPM website so I can discover new modules.
You are viewing a single comment's thread from:
I think I'm going to like using npm. Thanks Julio!