nuname

1.0.3 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i nuname

Weekly Downloads

1

Version

1.0.3

License

MIT

Last publish

Collaborators

  • git.faf
  • anusaini
  • iamanubhavsaini