gnome-terminal-version
v0.1.0
Published
Gets the version of the system's gnome-terminal
Downloads
10
Readme
gnome-terminal-version 
Install
npm install --save gnome-terminal-version
Usage
var gnomeTerminalVersion = require('gnome-terminal-version');
gnomeTerminalVersion(function (version) {
if (typeof version !== 'undefined') {
console.log('Version: ' + version);
}
});
API
index
Gets the version of the system's gnome-terminal.
Parameters
callback
Returns string or undefined the version for the system's gnome-terminal. undefined if gnome-terminal does not exist or gives unexpected output.