sayhellotoname
v0.0.1
Published
a basic function that will greet an inputted name
Downloads
2
Readme
sayHelloToName
A Node.js package that greets an inputted name
##Usage First, install the package using npm: npmm install sayHelloToName --save
Then, require the package and use it like so:
var sayHelloToName = require('sayHelloToName');
sayHelloToName("David"); // "Hello David"
##License MIT