Managing client side scripts with npm Managing client side scripts with npm express express

Managing client side scripts with npm


You can hook into NPM after it installs the packages required by your application using postinstall in the scripts field in package.json:

  • install, postinstall: Run AFTER the package is installed.

For more read here: http://npmjs.org/doc/scripts.html