https://github.com/sindresorhus/fullname-cli
Get the fullname of the current user
https://github.com/sindresorhus/fullname-cli
Last synced: 5 months ago
JSON representation
Get the fullname of the current user
- Host: GitHub
- URL: https://github.com/sindresorhus/fullname-cli
- Owner: sindresorhus
- License: mit
- Created: 2015-10-09T15:32:43.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2024-03-12T04:52:07.000Z (almost 2 years ago)
- Last Synced: 2024-05-22T18:06:25.923Z (almost 2 years ago)
- Language: JavaScript
- Size: 6.84 KB
- Stars: 16
- Watchers: 7
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
- awesome-cli-apps-in-a-csv - fullname-cli - Get the fullname of the current user. (<a name="text-processing"></a>Text processing)
- awesome-cli-apps - fullname-cli - Get the fullname of the current user. (<a name="text-processing"></a>Text processing)
README
# fullname-cli
> Get the fullname of the current user
## Install
```sh
npm install --global fullname-cli
```
## Usage
```
$ fullname --help
Example
$ fullname
Sindre Sorhus
```
## Related
- [fullname](https://github.com/sindresorhus/fullname) - API for this package