1.0.1 • Published 5 years ago
demo-hello-world-pkg v1.0.1
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