savePackageToGithub
savePackageToGithub(
dataPackage,options):Promise<{path:string;repoUrl:string; }>
Defined in: package/save.ts:15
Save a package to a Github repository
Parameters
Section titled “Parameters”dataPackage
Section titled “dataPackage”Package
options
Section titled “options”Object containing the package to save and Github details
apiKey
Section titled “apiKey”string
string
string
Returns
Section titled “Returns”Promise<{ path: string; repoUrl: string; }>
Object with the repository URL