sindresorhus/fullname

Get the fullname of the current user

47

stars

60

commits

JavaScript

primary language

Sep 1, 2023

updated

README

fullname

Get the full name of the current user

Works on macOS, Linux, and Windows.

Install

npm install fullname

Usage

import fullName from 'fullname';

console.log(await fullName());
//=> 'Sindre Sorhus'

In the rare case a name cannot be found, you could fall back to username.

Contributors

sindresorhus

52 commits

kevva

2 commits

ntwb

1 commits

BendingBender

1 commits

sindresorhus/fullname

Get the fullname of the current user

47

stars

60

commits

JavaScript

primary language

Sep 1, 2023

updated

README

fullname

Get the full name of the current user

Works on macOS, Linux, and Windows.

Install

npm install fullname

Usage

import fullName from 'fullname';

console.log(await fullName());
//=> 'Sindre Sorhus'

In the rare case a name cannot be found, you could fall back to username.

Contributors

sindresorhus

52 commits

kevva

2 commits

ntwb

1 commits

BendingBender

1 commits

Languages

JavaScript

98.9%

TypeScript

1.1%