fullname : Get the fullname of the current user. You can installing fullname npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install fullname $ sudo npm install -g fullname
If want to update the fullname package execute the command as below,
$ sudo npm update fullname
Update package globally,
$ npm install -g fullname
$ sudo git clone https://github.com/rektide/fullname.git
$ sudo npm install -g ./fullname
fullname@3.3.0 /usr/lib/node_modules/fullname
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall fullname
Package Name | fullname |
Version | 3.3.0 |
Description | Get the fullname of the current user |
Released Date | 2017-01-30T09:07:04.905Z |
Published by | sindresorhus |
How to Learn | https://www.npmjs.com/package/fullname/tutorial |