Expand my Community achievements bar.

Monorepo for AppBuilder projects

Avatar

Community Advisor

Hi Community,

Do anyone have successful implementation or recommendation on writing monorepo for AppBuilder projects? My problem statement is, I have multiple webaction projects for microservice and microfrontend. I want to bring all packages under single monorepo. 

 

I found adobe recommended packagist and simplyfy monorepo builders. Wanting to stick to pnpm workspaces or turborepo.

 

Have anyone tried setting nx, lerna or turbo to setup multiple appbuilder projects under single monorepo?

 

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

3 Replies

Avatar

Level 1

You can use whatever you like. Keep in mind that the aio-cli tooling only works on cwd so you will need to write scripts if you want to do things like deploy-all ...

Avatar

Community Advisor

thanks. I already done building a monorepo using pnpm workspace and Nx. working on sharing a blog how to setup. once done, will close this question.

Avatar

Employee
Employee

Thanks @sarav_prakash, looking forward to your blog post.