UNPKG

getos

Version:

Get the OS/Distribution name of the environment you are working on

5 lines (4 loc) 116 B
require('./index.js')(function (e, os) { if (e) return console.log(e) return console.log(JSON.stringify(os)) })