RayBenefield / dev-xp

:runner: A Monorepo of projects reaching towards EPIC proportions, maintained by one person.
MIT License
16 stars 1 forks source link

Simplify my `npm run` scripts with a CLI tool that uses `npm.run()` programmatically #1196

Open RayBenefield opened 3 years ago

RayBenefield commented 3 years ago

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