npm install win-term
cmd, cmder, conemu, powershell, mingw, and cygwin.
npm install win-term
`
Quickstart
`js
const term = require('win-term')
if (term)
console.log(term)
`
API
$3
- 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'`.