5.0.0 • Published 3 years ago

iterm2-version v5.0.0

Weekly downloads
99,068
License
MIT
Repository
github
Last release
3 years ago

iterm2-version

Get the iTerm2 version

Note: The 2 in iTerm2 is part of the name and does not indicate the version.

Install

$ npm install iterm2-version

Usage

import iterm2Version from 'iterm2-version';

iterm2Version();
//=> '3.0.15'

If you're running this on a different terminal or operating system, it will return undefined.