-
We have a monorepo of TS, Python & Go apps, services & libs. From looking at the examples right now only Rust & TS is supported is that correct? Also I have not seen any polyglot examples, is that supported? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
@ydennisy You can run anything in moon, since it's just a task runner, and it will run whatever is available on Supported languages (https://moonrepo.dev/docs#supported-languages) just provide deeper integration, like lockfile inspection and automatic dependency installation. That kind of stuff won't exist for python/go, but you can still run python/go commands. |
Beta Was this translation helpful? Give feedback.
@ydennisy You can run anything in moon, since it's just a task runner, and it will run whatever is available on
PATH
.Supported languages (https://moonrepo.dev/docs#supported-languages) just provide deeper integration, like lockfile inspection and automatic dependency installation. That kind of stuff won't exist for python/go, but you can still run python/go commands.