Does the gleam cli support the monorepo or do I have to bootstrap the parts one at a time?

Greetings,

kudos for the new version of gleam! (v0.28)
Sounds exciting, a quick question about monorepos:

does it mean I can (for example) target erlang for the server part and javascript for the client part?
It seems so, as I see 2 different gleam.toml files, just wanted to be sure.

Does the gleam cli support the monorepo or do I have to bootstrap the parts one at the time?

Thanks a lot

2 Likes

Hello!

Yes, that’s right. Here is a project that does that.

I’m not sure what you mean by bootstrap but the CLI and the build tool don’t have any multi-project features yet.

Happy hacking!

2 Likes

Sweet! Thanks

I believe “scaffold” is the correct word.

Thank you for the amazing work (to the whole team)

1 Like