Tooling for the node.js generation, part II
In the previous article, a number of things got covered that help with npm modules you’d want to use in your node.js projects. This is a continuation. anything in a require() is an npm module, installable via npm install name Interaction with the OS require(‘node-growl’) – Growl is a OSX style notification system, also available for windows or linux. node-growl… Read more →
Recent Comments