How to Install fullname NPM Packages on Ubuntu / Debian

How to Install fullname software package in NPM Packages

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

Git clone:

$ sudo  git clone https://github.com/rektide/fullname.git
$ sudo  npm install -g ./fullname

fullname@3.3.0 /usr/lib/node_modules/fullname

How to remove fullname package :

You can uninstall or remove this package from your node_modules run the command as below,

$ sudo npm uninstall fullname

Basic Information of fullname NPM Package:

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