http://nodeschool.io/#workshoppers
install globally:
npm -g install <>
export NODE_PATH='/usr/loca/lib/node_modules'
including other javascript files
install globally:
npm -g install <>
export NODE_PATH='/usr/loca/lib/node_modules'
including other javascript files
module.exports = {
foo: function () {
// whatever
},
bar: function () {
// whatever
}
};
No comments:
Post a Comment