panko-source-inline

0.6.16 • Public • Published

panko-source-inline

panko source plugin for creating definition files in .pankorc.

Installation

yarn global add panko-source-inline

Usage

Add a source entry to .pankorc with type inline:

{
  "sources": {
    "<source-name>": {
      "type": "inline",
        "profiles": [
          {
            "name": "myproject",
            "description": "Samples for everyone!",
            "address": "example.com"
          }
        ]
    }
  }
}

Options

Key Default Description
groupId required GitLab group ID
profiles required Array of profiles
ttl 1209600000 (14 days) Time in milliseconds before suggesting an update

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i panko-source-inline

    Weekly Downloads

    0

    Version

    0.6.16

    License

    UNLICENSED

    Last publish

    Collaborators

    • angeloashmore