/win-term

Windows terminal detection.

Primary LanguageJavaScript

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 ❤️ by @MarkTiedemann.