9

I've started learning shell scripting to help me write npm scripts for my web dev workflows. I'm actually really enjoying working with the shell.

Comments
  • 0
    What role does npm have in this? *curios*
  • 1
    @zshh instead of using Gulp or Grunt, for example, to automate various tasks, you can write scripts to handle those tasks in your package.json file instead.

    Those scripts are basically shell commands, you can just run them through npm.

    Take a look here: https://keithcirkel.co.uk/how-to-us...
Add Comment