Open
Description
Consider
- 2 projects with aperture configs.
- Parent project sets these projects as sources.
- Can/should we open door to run aperture recursively?
Possibilities
Auto-link
Parse each linked source's package.json, find "aperture" config, run aperture on package.
Might be bad to assume want to link though. Could be good as an option though,
e.g. aperture link --recursive
Lifecycle keys
{
"aperture": {
"sources": [
"utils/*"
],
"postlink": "aperture link"
}
}
Do nothing
> aperture link && aperture bulk aperture link
Metadata
Metadata
Assignees
Labels
No labels