Skip to content

Recursive Linking #10

Open
Open
@timoxley

Description

@timoxley

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions