cli-boxes

Boxes for use in the terminal


Keywords
cli, box, boxes, terminal, term, console, ascii, unicode, border, text, json
License
MIT
Install
npm install cli-boxes@3.0.0

Documentation

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

const cliBoxes = require('cli-boxes');

console.log(cliBoxes.single);
/*
{
	topLeft: 'โ”Œ',
	top: 'โ”€',
	topRight: 'โ”',
	right: 'โ”‚',
	bottomRight: 'โ”˜',
	bottom: 'โ”€',
	bottomLeft: 'โ””',
	left: 'โ”‚'
}
*/

API

cliBoxes

single

โ”Œโ”€โ”€โ”€โ”€โ”
โ”‚    โ”‚
โ””โ”€โ”€โ”€โ”€โ”˜

double

โ•”โ•โ•โ•โ•โ•—
โ•‘    โ•‘
โ•šโ•โ•โ•โ•โ•

round

โ•ญโ”€โ”€โ”€โ”€โ•ฎ
โ”‚    โ”‚
โ•ฐโ”€โ”€โ”€โ”€โ•ฏ

bold

โ”โ”โ”โ”โ”โ”“
โ”ƒ    โ”ƒ
โ”—โ”โ”โ”โ”โ”›

singleDouble

โ•“โ”€โ”€โ”€โ”€โ•–
โ•‘    โ•‘
โ•™โ”€โ”€โ”€โ”€โ•œ

doubleSingle

โ•’โ•โ•โ•โ•โ••
โ”‚    โ”‚
โ•˜โ•โ•โ•โ•โ•›

classic

+----+
|    |
+----+

arrow

โ†˜โ†“โ†“โ†“โ†“โ†™
โ†’    โ†
โ†—โ†‘โ†‘โ†‘โ†‘โ†–

Related

  • boxen - Create boxes in the terminal

Get professional support for this package with a Tidelift subscription
Tidelift helps make open source sustainable for maintainers while giving companies
assurances about security, maintenance, and licensing for their dependencies.