A quick npm package to ease the complexity of npm scripts. — As a JavaScript developer (no matter back or front-end), we often rely upon npm scripts to automate common tasks like starting a server, building a project, and even performing tasks before or after certain scripts like postbuild, prebuild, etc. When those commands are simple like node index.js, having them a…