boxen : Create boxes in the terminal. You can installing boxen 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 boxen $ sudo npm install -g boxen
If want to update the boxen package execute the command as below,
$ sudo npm update boxen
Update package globally,
$ npm install -g boxen
$ sudo git clone https://github.com/rektide/boxen.git
$ sudo npm install -g ./boxen
boxen@1.2.2 /usr/lib/node_modules/boxen
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall boxen
| Package Name | boxen |
| Version | 1.2.2 |
| Description | Create boxes in the terminal |
| Released Date | 2017-10-17T16:09:55.401Z |
| Published by | sindresorhus |
| How to Learn | https://www.npmjs.com/package/boxen/tutorial |