cli-boxes
Advanced tools
Boxes for use in the terminal
Weekly downloads
Changelog
"singleDouble": {
"topLeft": "╓",
"topRight": "╖",
"bottomRight": "╜",
"bottomLeft": "╙",
- "vertical": "║",
- "horizontal": "─"
+ "left": "║",
+ "right": "║",
+ "top": "─",
+ "bottom": "─"
},
arrow
style box (#9) 96e0b62https://github.com/sindresorhus/cli-boxes/compare/v2.2.1...v3.0.0
Readme
Boxes for use in the terminal
The list of boxes is just a JSON file and can be used anywhere.
$ npm install cli-boxes
const cliBoxes = require('cli-boxes');
console.log(cliBoxes.single);
/*
{
topLeft: '┌',
top: '─',
topRight: '┐',
right: '│',
bottomRight: '┘',
bottom: '─',
bottomLeft: '└',
left: '│'
}
*/
single
double
round
bold
singleDouble
doubleSingle
classic
+----+
| |
+----+
arrow
Boxes for use in the terminal
The npm package cli-boxes receives a total of 13,002,337 weekly downloads. As such, cli-boxes popularity was classified as popular.
We found that cli-boxes demonstrated a not healthy version release cadence and project activity. It has 1 open source maintainer collaborating on the project.