panko-source-github-user
v0.6.16
Published
panko source plugin for gathering definition files for all repositories from a GitHub user
Readme
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-userUsage
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
