log-node-version
v1.0.2
Published
Simply log the Node.js running version in the console. Log also a separator line after. Also used as dummy npm package for various tests.
Downloads
7
Readme
log-node-version
Simply log the Node.js running version in the console. Log also a separator line after.
Usage on top of the calling script :
require('log-node-version')();
print in the console for node v10.3.0 :
node version : v10.3.0
----------------------