3.0.0 • Published 6 months ago

terminal-size-cli v3.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
6 months ago

terminal-size-cli

Reliably get the terminal window size - cross-platform

Install

npm install --global terminal-size-cli

Usage

$ terminal-size --help

  Example
    $ terminal-size
    143
    24

  First line is the number of columns
  Second line is the number of rows

Related