kibana/packages/kbn-dev-proc-runner
2024-04-02 11:41:33 -07:00
..
src Use rxjs instead of rxjs/operators (#179553) 2024-04-02 11:41:33 -07:00
index.ts chore(NA): remove src folder requirement from packages (part 2) (#138476) 2022-08-30 15:57:35 +01:00
jest.config.js [@kbn/dev-utils] break out more pieces (#132292) 2022-05-17 11:19:20 -05:00
kibana.jsonc Transpile packages on demand, validate all TS projects (#146212) 2022-12-22 19:00:29 -06:00
package.json Transpile packages on demand, validate all TS projects (#146212) 2022-12-22 19:00:29 -06:00
README.md [@kbn/dev-utils] break out more pieces (#132292) 2022-05-17 11:19:20 -05:00
tsconfig.json Transpile packages on demand, validate all TS projects (#146212) 2022-12-22 19:00:29 -06: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.