包详细信息

panko-source-github-user

angeloashmore105UNLICENSED0.6.16

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

自述文件

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