1.0.1 • Published 8 years ago

win-term v1.0.1

Weekly downloads
4
License
WTFPL
Repository
github
Last release
8 years ago

win-term

Windows terminal detection.

Currently supports: cmd, cmder, conemu, powershell, mingw, and cygwin.

Installation

npm install win-term

Quickstart

const term = require('win-term')

if (term)
    console.log(term)

API

require('win-term')

  • returns false if the platform is not Windows or stdout is not a TTY; else returns the name of the terminal, one of: 'cmd', 'cmder', 'conemu', 'powershell', 'mingw', or 'cygwin'.

License

WTFPL – Do What the F*ck You Want to Public License.

Made with :heart: by @MarkTiedemann.