
Company News
Socket Named Top Sales Organization by RepVue
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.
Create boxes in the terminal
npm install --global boxen-cli
$ 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]
--background-color Color of the background [black|red|green|yellow|blue|magenta|cyan|white]
--border-style Style of the box border [single|double|round|singleDouble|doubleSingle|classic]
Can also be specified as the characters to use. See below example.
--dim-border Reduce opacity of border
--padding Space between the text and box border
--margin Space around the box
--center Center the box
--text-alignment Align the text [left|center|right] (Default: left)
--title Display a title at the top of the box
--title-alignment Align the title in the top bar [left|center|right]
--width Set a fixed width for the box
--height Set a fixed height for the box
--fullscreen Fit all available space within the terminal
Examples
$ boxen I ❤ unicorns
┌────────────┐
│I ❤ unicorns│
└────────────┘
$ boxen --border-style=doubleSingle …like everyone
╒══════════════╕
│…like everyone│
╘══════════════╛
$ boxen --border-style='1234-~|║' ASCII ftw!
1----------2
|ASCII ftw!║
3~~~~~~~~~~4
$ boxen --align=center --width=16 'Rainbows are so cool!'
┌──────────────┐
│ Rainbows are │
│ so cool! │
└──────────────┘
$ boxen --title='Yes it is' --title-alignment=center 'Is that a centered title?'
┌─────── Yes it is ───────┐
│Is that a centered title?│
└─────────────────────────┘
FAQs
Create boxes in the terminal
The npm package boxen-cli receives a total of 12,810 weekly downloads. As such, boxen-cli popularity was classified as popular.
We found that boxen-cli demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

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.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.