loadPackageFromGithub
loadPackageFromGithub(
repoUrl
,options?
):Promise
<{[key
:`${string}:${string}`
]:any
;$schema?
:string
;contributors?
:Contributor
[];created?
:string
;description?
:string
;homepage?
:string
;image?
:string
;keywords?
:string
[];licenses?
:License
[];name?
:string
;resources
:Resource
[];sources?
:Source
[];title?
:string
;version?
:string
; }>
Defined in: github/package/load.ts:12
Load a package from a Github repository
Parameters
Section titled “Parameters”repoUrl
Section titled “repoUrl”string
options?
Section titled “options?”apiKey?
Section titled “apiKey?”string
Returns
Section titled “Returns”Promise
<{[key
: `${string}:${string}`
]: any
; $schema?
: string
; contributors?
: Contributor
[]; created?
: string
; description?
: string
; homepage?
: string
; image?
: string
; keywords?
: string
[]; licenses?
: License
[]; name?
: string
; resources
: Resource
[]; sources?
: Source
[]; title?
: string
; version?
: string
; }>
Package object