panko-source-github-user

0.6.16 • Public • Published

panko-source-github-user

panko source plugin for gathering definition files for all repositories from a GitHub user.

Installation

yarn global add panko-source-github-user

Usage

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

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

Options

Key Default Description
handle required GitHub 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-user

    Weekly Downloads

    20

    Version

    0.6.16

    License

    UNLICENSED

    Last publish

    Collaborators

    • angeloashmore