clearlydefined / clearlydefined/website
Structure for standalone components
Open
enhancement
- Dominant language
- JavaScript
- Stars
- 32
- Forks
- 35
- PR merge metrics
- No merged PRs in 30d
Description
Many of the UI components we are building (e.g., license picker, source location picker, ...) are likely interesting to others. Certainly people looking to embed ClearlyDefined flows into their products or flows would find it useful to be able to reuse our components.
Here we should consider the options for both development and delivery.
1. One repo with many components producing one npm
1. One repo with many components producing multiple npms
1. Separate repos for each component producing separate npms
If we # 2 there will also be the question of which mono-repo structure do we use (e.g., rush, lerna, ...)
Contributor guide
Assessment
This issue has not been assessed yet.