Skip to content

Extract software dependencies #100

@nichtich

Description

@nichtich

To get dependencies between software components listed in _data/software.yml:

In _data run (requires fq):

fq -r '.[]|select(.status=="production")|.repository' software.yml

then clone each of the repositories and look into package.json (or try to get the file via GitHub, but rate limits may apply):

fq -r '.dependencies|keys[]' ../package.json

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