print-current-time
v1.0.3-c
Published
A very simple node js package to print time. Just to use to understand publishing module to npm repository.
Downloads
3
Maintainers
Readme
print-current-time
A very simple node js package to print time. Just to use to understand publishing module to npm repository.
install
npm install -g print-current-time
or
npm install print-current-time
usage
var printCurrentTime = require('print-current-time');
printCurrentTime();
or directly in command-line
print-current-time
Output Sample:
Tue Mar 27 2018
Contribute :)
Open to all in github public repository. Feel free to extend and add what ever functionalities you all want ;)