September 18, 2014

Set Your npm init Defaults!

I was just now catching up on some old NodeUp episodes. In the one about the npm client they talked about some nifty stuff you can do with npm init by setting some defaults. So I just wanted to share this to those who don’t listen to the podcast (you should) and for myself as a reference: $ npm config set init.author.name "Simon Ljungberg" $ npm config set init.author.email hi@iamsim.me $ npm config set init.

Read more...