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
$ sudo git clone https://github.com/rektide/figlet.git
$ sudo npm install -g ./figlet
figlet@1.2.0 /usr/lib/node_modules/figlet
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall figlet
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 |