3.0.0 • Published 6 months ago

term-size-cli v3.0.0

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

term-size-cli

Reliably get the terminal window size - cross-platform

Install

$ npm install --global term-size-cli

Usage

$ term-size --help

  Example
    $ term-size
    143
    24

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

Related