1.0.1 • Published 4 years ago

@parkaroundthecorner/timedlog v1.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

TimedLog

Simple Node.js module for writing timed messages in the console or in a file.

Community

TimedLog is an open source software released under a MIT license.

You are welcome to report bugs or to create pull requests on github.

Installation

You can install TimedLog from npm:

npm install @parkaroundthecorner/timedlog

You can also download the source files and build TimedLog yourself:

git clone https://github.com/ParkAroundTheCorner/TimedLog.git
cd TimedLog
npm install