1.0.0 • Published 8 years ago
dnt_node_pkg v1.0.0
Installation
For installing run the following commnd
npm i dnt_node_pkg
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.0 25June2017
License
MIT
1.0.0
8 years ago