cloudfoundry / stratos

Stratos: Web-based Management UI for Cloud Foundry and Kubernetes
Apache License 2.0
244 stars 131 forks source link

Build separate packages #3474

Open KlapTrap opened 5 years ago

KlapTrap commented 5 years ago

We should follow what the angular material team do. A good place to start looking is https://github.com/angular/material2/blob/master/tools/package-tools/build-package.ts

This also looks good: https://github.com/lerna/lerna

KlapTrap commented 5 years ago

nwrl nx issue about publishable packages. https://github.com/nrwl/nx/issues/225

Look at the new --publishable flag.