gatelineAPI reference
  • Directories under root that carry their own installed dependencies: a package.json with a node_modules beside it. Deliberately generic — the root and one level down, rather than this repository's packages/ — so a host repo with its own layout (app/, web/, or dependencies at the root) is seeded by the same rule. Deeper nesting is not searched: a workspace hoists to one of these two levels, and walking further would cost more than the seed saves.

    Parameters

    • root: string

    Returns Promise<string[]>