adobe / aem-project-archetype

Maven template to create best-practice websites on AEM.
https://experienceleague.adobe.com/docs/experience-manager-core-components/using/developing/archetype/overview.html
Apache License 2.0
547 stars 425 forks source link

Enable npm workspaces by default #598

Open brunob15 opened 3 years ago

brunob15 commented 3 years ago

Expected Behaviour

Enable NPM Workspaces in the ui.frontend module by default and allow selecting more than one frontend option (e.g.: general AND angular). This way a monorepo structure is created and easily extendable to foster reusability.

Actual Behaviour

Only one npm package is created.

brunob15 commented 3 years ago

If you find this interesting I would be happy to open a PR. Thank you!