Create a custom npm script

InstructorElijah Manor

Share this video with your friends

Send Tweet

A lot of the power behind npm scripts is creating custom scripts that are outside the basic set that npm natively understands. In this lesson we will install the ESLint node package, create a new eslint npm script, briefly discuss about environment variables and how npm knows where to find your binary, and then execute our custom script from the command line.

xiao cliton
~ 4 years ago

Hi, Elijah!

What is your opinion about gulp? Do you think webpack + npm script will kill gulp in the future?