How to Install figlet NPM Packages on Ubuntu / Debian

How to Install figlet software package in NPM Packages

figlet : Creates ASCII Art from text. A full implementation of the FIGfont spec.. You can installing figlet 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 figlet
$ sudo npm install -g figlet

If want to update the figlet package execute the command as below,

$ sudo npm update figlet

Update package globally,

$ npm install -g figlet

Git clone:

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

figlet@1.2.0 /usr/lib/node_modules/figlet

How to remove figlet package :

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

$ sudo npm uninstall figlet

Basic Information of figlet NPM Package:

Package Name figlet
Version 1.2.0
Description Creates ASCII Art from text. A full implementation of the FIGfont spec.
Released Date 2016-09-28T02:12:08.396Z
Published by patorjk
How to Learn https://www.npmjs.com/package/figlet/tutorial