UNPKG

bumped-terminal

Version:

Executes whatever terminal command inside as bumped plugin.

13 lines (9 loc) 256 B
'use strict' terminal = require 'oh-my-terminal' module.exports = (bumped, plugin, cb) -> terminal.exec plugin.command, (err, term) -> if err err.message = err.message.trim() else bumped.logger.plugin term.stdout cb err