Open rajasegar opened 4 years ago
I want to run a command like npm test inside a terminal and display the output when I press a key like t, how can I do this with spawn?
npm test
t
I want to run a command like
npm test
inside a terminal and display the output when I press a key liket
, how can I do this with spawn?