panko-source-github-organization

0.6.16 • Public • Published

panko-source-github-organization

panko source plugin for gathering definition files for all repositories in a GitHub organization.

Installation

yarn global add panko-source-github-organization

Usage

Add a source entry to .pankorc with type github-organization:

{
  "sources": {
    "<source-name>": {
      "type": "github-organization",
      "handle": "<my-github-org>",
      "token": "<github-access-token>"
    }
  }
}

Options

Key Default Description
handle required GitHub organization handle/username
token required GitHub access token (more info)
branch master Git branch to access
file profile.json Name of the profile file
ttl 1209600000 (14 days) Time in milliseconds before suggesting an update

Dependencies (3)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i panko-source-github-organization

    Weekly Downloads

    15

    Version

    0.6.16

    License

    UNLICENSED

    Last publish

    Collaborators

    • angeloashmore