fullname-native

2.0.0 • Public • Published

fullname-native Build Status

Get the fullname of the current user

Install

$ npm install --save fullname-native

This is a native binding and expects you to have the required toolchain. (ignore the node-gyp install)

Tested to work on OS X, Linux and Windows.

Usage

const fullname = require('fullname-native');
 
console.log(fullname);
//=> 'Sindre Sorhus'

Related

License

MIT © Sindre Sorhus

Package Sidebar

Install

npm i fullname-native

Weekly Downloads

2

Version

2.0.0

License

MIT

Last publish

Collaborators

  • sindresorhus