hello-world-module
v1.0.1
Published
How to use this into your project: npm install --save hello-world-module
Downloads
1
Readme
hello-world-module
How to use this into your project: npm install --save hello-world-module
Then in your app.js
var hello = require("hello-world-module"); console.log(hello("Who is this?"));