From 81ddf9b700bc48a1f8e472209f080f9c1d9a9b09 Mon Sep 17 00:00:00 2001 From: Piotr Russ Date: Wed, 18 Nov 2020 23:26:45 +0100 Subject: rm node_modules --- node_modules/cli-boxes/readme.md | 94 ---------------------------------------- 1 file changed, 94 deletions(-) delete mode 100644 node_modules/cli-boxes/readme.md (limited to 'node_modules/cli-boxes/readme.md') diff --git a/node_modules/cli-boxes/readme.md b/node_modules/cli-boxes/readme.md deleted file mode 100644 index b81816b..0000000 --- a/node_modules/cli-boxes/readme.md +++ /dev/null @@ -1,94 +0,0 @@ -# cli-boxes [![Build Status](https://travis-ci.org/sindresorhus/cli-boxes.svg?branch=master)](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) -- cgit v1.2.3