Socket
Book a DemoInstallSign in
Socket

boxen-cli

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

boxen-cli

Create boxes in the terminal

Source
npmnpm
Version
0.2.0
Version published
Weekly downloads
10K
101.95%
Maintainers
1
Weekly downloads
 
Created
Source

boxen-cli Build Status

Create boxes in the terminal

Install

$ npm install --global boxen-cli

Usage

$ boxen --help

  Usage
    $ boxen <string>
    $ echo <string> | boxen

  Options
    --border-color  Color of the box border [black|red|green|yellow|blue|magenta|cyan|white|gray]
    --border-style  Style of the box border [single|double|round|single-double|double-single]
                    Can also be specified as the characters to use. See below example.
    --padding       Space between the text and box border
    --margin        Space around the box

  Examples
    $ boxen I ❤ unicorns
    ┌────────────┐
    │I ❤ unicorns│
    └────────────┘

    $ boxen --border-style=double-single …like everyone
    ╒══════════════╕
    │…like everyone│
    ╘══════════════╛

    $ boxen --border-style='1234-|' ASCII ftw!
    1----------2
    |ASCII ftw!|
    3----------4
  • boxen - API for this module

License

MIT © Sindre Sorhus

Keywords

cli-app

FAQs

Package last updated on 11 Feb 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts