demo-hello-world-pkg

1.0.1 • Public • Published

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

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i demo-hello-world-pkg

      Weekly Downloads

      2

      Version

      1.0.1

      License

      MIT

      Unpacked Size

      2.17 kB

      Total Files

      4

      Last publish

      Collaborators

      • rahul3v