1.1.4 • Published 1 year ago

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

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
1 year 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 year ago

1.1.3

2 years ago

1.1.1

2 years ago

1.1.2

2 years ago

1.1.0

2 years ago

1.0.12

2 years ago

1.0.11

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.10

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

3 years ago

1.0.0

3 years ago