npm.io
4.0.1 • Published 1 year ago

cli-boxes

Licence
MIT
Version
4.0.1
Deps
0
Size
6 kB
Vulns
0
Weekly
0
Stars
110

cli-boxes

Boxes for use in the terminal

The list of boxes is just a JSON file and can be used anywhere.

Install

npm install cli-boxes

Usage

import cliBoxes from 'cli-boxes';

console.log(cliBoxes.single);
/*
{
	topLeft: '┌',
	top: '─',
	topRight: '┐',
	right: '│',
	bottomRight: '┘',
	bottom: '─',
	bottomLeft: '└',
	left: '│'
}
*/

API

cliBoxes
single
┌────┐
│    │
└────┘
double
╔════╗
║    ║
╚════╝
round
╭────╮
│    │
╰────╯
bold
┏━━━━┓
┃    ┃
┗━━━━┛
singleDouble
╓────╖
║    ║
╙────╜
doubleSingle
╒════╕
│    │
╘════╛
classic
+----+
|    |
+----+
arrow
↘↓↓↓↓↙
→    ←
↗↑↑↑↑↖
  • boxen - Create boxes in the terminal

Keywords