SYNOPSIS
Post-install script that generates unique installation timestamp easily accessible by application. Timestamp includes current date from Date.now()
and some random bits.
USAGE
1 . Install this package:
npm install install-timestamp --save
2 . Add postinstall script to your package.json
:
"scripts": ,
3 . Read timestamp:
var installTimestamp = ;var ts = ;console;
LICENSE
MIT