1.1.4 • Published 1 month ago

@adobe/aio-app-builder-repos v1.1.4

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
1 month ago

aio-app-builder-repos

Node module returning the metadata of all the repos Adobe Developer App Builder uses. This list is used in various tooling.

Format of the Data

{
  "defaultHost": "https://github.com",
  "defaultJiraProject": "ACNA",
  "repos": [
    { "repo": "adobe/aio-cli", "components": ["CLI"] },
    { "repo": "adobe/aio-cli-setup-action", "components": ["CLI"],  "jira_project": "ACNA" }
  ]
}

Install

npm install @adobe/aio-app-builder-repos

Usage

const { defaultHost, defaultJiraProject, repos } = require('@adobe/aio-app-builder-repos')

repos.forEach(item => console.log(item.repo))

Repo Overrides

There are the defaultHost and defaultJiraProject items in the object returned by the module. Each repo item can override these values.

The keys used to override these values on a per repo basis are:

  1. host (url) (overrides defaultHost)
  2. jira_project (string) (overrides defaultJiraProject)
1.1.4

1 month ago

1.1.3

4 months ago

1.1.1

4 months ago

1.1.2

4 months ago

1.1.0

4 months ago

1.0.12

4 months ago

1.0.11

4 months ago

1.0.9

4 months ago

1.0.8

4 months ago

1.0.10

4 months ago

1.0.7

5 months ago

1.0.6

8 months ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago