#Curious, what is "Moon"? Haven't heard

1 messages · Page 1 of 1 (latest)

proud vine
#

Never heard of it either @mental lake . Will look it up to give you an answer.

mental lake
#

Moondev

#

Task managers for monorepos

proud vine
#

From what I'm seeing, Moon is a build tool for web projects, similar to Nx and Turbo. Like all build tools it has superficial similarities with Dagger, because it runs a DAG of tasks.

These build tools are focused on depth (perform one specific task end-to-end: build the webapp) whereas Dagger is focused on breadth (integrate the build tool with all the other steps in the pipeline, by running them all in containers and interconnecting them in a standard way)

#

There comes a time in the life of every build tool, where they try to do both. They always fail, which is why Dagger exists 🙂