0.0.5 • Published 8 years ago

print-time v0.0.5

Weekly downloads
19
License
MIT
Repository
github
Last release
8 years ago

print-time

Add timestamp to any program/script output

https://www.npmjs.com/package/print-time

##Install:

npm i print-time --save-dev

##Usage in console:

echo "log" | node node_modules/print-time

Output:

10:11:12.345 log

##Usage in package.json script:

 {
   "scripts": {
      ...
      "watch:dev": "npm run build:dev -- --watch | node node_modules/print-time"
    }
  }
0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago