kibana/packages/kbn-dev-proc-runner
Spencer f3d69b8197
[@kbn/dev-utils] break out more pieces (#132292)
* [@kbn/dev-utils] break out more pieces

* [CI] Auto-commit changed files from 'node scripts/eslint --no-cache --fix'

Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
2022-05-17 11:19:20 -05:00
..
src [@kbn/dev-utils] break out more pieces (#132292) 2022-05-17 11:19:20 -05:00
BUILD.bazel [@kbn/dev-utils] break out more pieces (#132292) 2022-05-17 11:19:20 -05:00
jest.config.js [@kbn/dev-utils] break out more pieces (#132292) 2022-05-17 11:19:20 -05:00
package.json [@kbn/dev-utils] break out more pieces (#132292) 2022-05-17 11:19:20 -05:00
README.md [@kbn/dev-utils] break out more pieces (#132292) 2022-05-17 11:19:20 -05:00
tsconfig.json [@kbn/dev-utils] break out more pieces (#132292) 2022-05-17 11:19:20 -05:00

@kbn/dev-proc-runner

A class orignally extracted from grunt-run which allows running processes without managing the state of the process while it's running, wait for a specific log message or other sign of readiness, and then stop all started processes with a single call.