pstadler / flightplan

Run sequences of shell commands against local and remote hosts.
https://www.npmjs.com/package/flightplan
MIT License
1.82k stars 116 forks source link

inherit EventEmitter #106

Closed alexander-akait closed 9 years ago

alexander-akait commented 9 years ago

Also emit event start, stop, local, remote, target and maybe another. That do you think

pstadler commented 9 years ago

What's the goal?

alexander-akait commented 9 years ago

@pstadler i use own build system based on promises and parallels, inside build system i use flightplan. I need start and end (etc) event for my own solution.

pstadler commented 9 years ago

You can do this on your own, no need for flightplan to emit these events directly.

Related: https://github.com/pstadler/flightplan/issues/74

alexander-akait commented 9 years ago

@pstadler i use directly run, but i don't know when flightplan is finished.

alexander-akait commented 9 years ago

@pstadler after flightplan is finished i need push message to developer