Submit
Path:
~
/
/
proc
/
self
/
root
/
usr
/
lib
/
node_modules
/
npm
/
node_modules
/
cli-boxes
/
File Content:
readme.md
# cli-boxes [](https://travis-ci.org/sindresorhus/cli-boxes) > Boxes for use in the terminal The list of boxes is just a [JSON file](boxes.json) and can be used wherever. ## Install ``` $ npm install --save cli-boxes ``` ## Usage ```js const cliBoxes = require('cli-boxes'); console.log(cliBoxes.single); /* { "topLeft": "┌", "topRight": "┐", "bottomRight": "┘", "bottomLeft": "└", "vertical": "│", "horizontal": "─" } */ ``` ## API ### cliBoxes #### `single` ``` ┌────┐ │ │ └────┘ ``` #### `double` ``` ╔════╗ ║ ║ ╚════╝ ``` #### `round` ``` ╭────╮ │ │ ╰────╯ ``` #### `single-double` ``` ╓────╖ ║ ║ ╙────╜ ``` #### `double-single` ``` ╒════╕ │ │ ╘════╛ ``` #### `classic` ``` +----+ | | +----+ ``` ## Related - [boxen](https://github.com/sindresorhus/boxen) - Create boxes in the terminal ## License MIT © [Sindre Sorhus](http://sindresorhus.com)
Edit
Rename
Chmod
Delete
FILE
FOLDER
Name
Size
Permission
Action
boxes.json
893 bytes
0644
index.js
56 bytes
0644
license
1119 bytes
0644
package.json
1575 bytes
0644
readme.md
1153 bytes
0644
N4ST4R_ID | Naxtarrr