fullname

Get the fullname of the current user

MIT 16 个版本
安装
npm install fullname
yarn add fullname
pnpm add fullname
bun add fullname
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.

版本列表
5.0.0 2023-09-01
4.0.1 2019-06-29
4.0.0 2019-05-01
3.3.0 2017-01-30
3.2.0 2016-12-17
3.1.0 2016-06-01
3.0.0 2016-01-16
2.1.0 2015-11-14
2.0.1 2015-10-22
2.0.0 2015-10-09
1.1.1 2015-08-21
1.1.0 2015-02-17
1.0.0 2014-08-14
0.2.0 2014-08-09
0.1.1 2014-07-04
0.1.0 2014-03-30