1.0.3 • Published 10 years ago

nuname v1.0.3

Weekly downloads
2
License
MIT
Repository
github
Last release
10 years ago

nuname

node uname

Usage:

npm install nuname // for installing this to your project.

// or directly in node.

var nuname = require('nuname');

console.log(nuname('r')); // for system release
console.log(nuname('s')); // for operating system name
console.log(nuname('n')); // for nodename

MIT © Anubhav Saini 2016

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago