DEV Community

Discussion on: Mastering NPM Scripts

Collapse
 
jaballadares profile image
John Balladares

This is the most useful article I have seen on NPM scripts. Thank you for:

  1. Being so thorough yet clear
  2. Providing examples (I feel like I knew I could have a package.json to hold global configs like ES Lint, but this really drove it home)

Wish there was a repo with useful NPM scripts.

Collapse
 
paulasantamaria profile image
Paula Santamaría

Thanks, John! I'm glad it was helpful.
I was going to create a repo with examples to reference in this post, but in the end, it was taking me too long, and decided to just include the examples in the post. Maybe I'll keep working in the repo later 🤔

Collapse
 
jaballadares profile image
John Balladares

Yay! I would definitely take a look at that.

Is it common for folks to have a package.json file in their home directory for global access to NPM scripts/