Skip to content

Is it possible to use moon in a polyglot monorepo? #1638

Answered by milesj
ydennisy asked this question in Q&A
Discussion options

You must be logged in to vote

@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.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@ydennisy
Comment options

@milesj
Comment options

Answer selected by ydennisy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants