fullname

v5.0.0
Get the fullname of the current user
name fullname realname full name surname full real given user and 4 more...

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.

Related

npm i fullname

Metadata

  • MIT
  • >=18
  • Sindre Sorhus
  • released 9/1/2023

Downloads

Maintainers