win-term
v1.0.1
Published
Windows terminal detection.
Downloads
12
Maintainers
Readme
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 orstdout
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.