2.0.0 • Published 4 years ago
time-version
Licence
ISC
Version
2.0.0
Deps
0
Size
4 kB
Vulns
0
Weekly
0
TIME VERSION
generate a version string based on the current date and time.
Installation
npm intall --save time-version
Usage
JavaScript:
const utcVersion = require('time-version');
console.log(utcVersion());
//=> 21.1.15
console.log(utcVersion({ apple: true }));
//=> 21.1.15.157
console.log(utcVersion({ short: true }));
//=> 21.1.15i157