0.0.1 • Published 7 years ago

nodejs-terminal v0.0.1

Weekly downloads
1
License
Apache-2.0
Repository
-
Last release
7 years ago

--- Example of terminal ---

import {TerminalExecutionService} from 'nodejs-terminal';

//instance let terminalExecution = new TerminalExecutionService();

//event manager terminalExecution.terminalExecutionEvent.onMessageEvent((data)=>{ console.log(data.output); });

//execute terminalExecution.setCommandName('ipconfig'); terminalExecution.argumentService.addArgument({key: '/all'}) terminalExecution.setMode(TerminalExecutionService.EXECUTION_ASYNC) terminalExecution.exec();

1.0.1

7 years ago

1.0.0

7 years ago

0.0.1

7 years ago