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.
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-timeor
npm install print-current-timeusage
var printCurrentTime = require('print-current-time');
printCurrentTime();or directly in command-line
print-current-timeOutput 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 ;)
