It works so well and is so relatively simple for what it gives you, that I think npm should just add it as a script runner: https://github.com/npm/rfcs/issues/706
for sure, its one of my favourite things about it
doesn't try do much magic, just enhances the existing scripts architecture. @justinfagnani.com also introduced me to the concept of "services" in it recently - where it can manage services in watch mode (like knowing when to restart a dev server)
From the readme it feels like the bare bones of what @nx.dev provides, but with less batteries included and more do one thing only unix philosophy. Is my assumption somewhat going in the right direction?
Comments
Deno is already doing this with Deno Tasks
doesn't try do much magic, just enhances the existing scripts architecture. @justinfagnani.com also introduced me to the concept of "services" in it recently - where it can manage services in watch mode (like knowing when to restart a dev server)