myserver
v1.0.2
Published
mypackages
Downloads
8
Readme
Installation
For installing run the following commnd
npm i myserver
For installing and saving in package.json run the following commnd
npm i myserver
Usage
You can use the package as given below:
const pkg= require('dnt_node_pkg');
let r=pkg.Greet('your_name');
console.log(r);
output:
Welcome your_name
Version History
- Initial Release 1.0.1 27June2017
License
MIT