Saturday, 14 July 2012

Saving to package.json and installing a node plugin in one step

I just found this from someone on Github:

$ npm install  --save
(--save automatically writes to your package.json file, tell your friends)
Pretty cool!

No comments:

Post a Comment