1.0.2 • Published 7 years ago

myserver v1.0.2

Weekly downloads
1
License
ISC
Repository
github
Last release
7 years ago

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