1.0.1 • Published 5 years ago

demo-hello-world-pkg v1.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

demo-hello-world-pkg

This is a demo npm package, just for test.

install

npm install demo-hello-world-pkg

usage

var { printMsg, hello, today } = require('demo-hello-world-pkg');
 
printMsg();  // prints a default message on console
hello();    // returns 'hello wrold' string
today();  // returns current date and time
1.0.1

5 years ago

1.0.0

5 years ago