Why npm scripts? (css-tricks.com)

npm scripts are useful for running tasks automatically as part of your Node application. Learning how to use npm scripts will help speed up your productivity when it comes to compressing files, formatting code, and manage configurations. If you're not using a build tool like Grunt, Gulp, or Webpack for your Node application, npm scripts are a great place to start.

  • 1 points submitted 6 years ago