gnome-terminal-version
v0.1.0
Published
Gets the version of the system's gnome-terminal
Readme
gnome-terminal-version 
Install
npm install --save gnome-terminal-versionUsage
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.
