I'm sick of my run scripts getting out of control. So I would like to instead find a better way to do my common scripts like run an executable. Perhaps even create a watch command for watch building from kikd. Not sure, cuz that seems like a common use case for me at least.
Maybe even have it's own config file and a way to set descriptions for commands, etc. I need a better way to handle CLI tools across the board in a monorepo.
Expected Behavior
I'm sick of my run scripts getting out of control. So I would like to instead find a better way to do my common scripts like run an executable. Perhaps even create a watch command for watch building from
kikd
. Not sure, cuz that seems like a common use case for me at least.Maybe even have it's own config file and a way to set descriptions for commands, etc. I need a better way to handle CLI tools across the board in a monorepo.
https://itnext.io/launching-npm-run-programmatically-with-npm-run-f2a1b8a569a6