Graphorin API reference v0.1.0
Graphorin API reference / @graphorin/security / / installSkillFromGit
Function: installSkillFromGit()
ts
function installSkillFromGit(options): Promise<SkillInstallationStatus>;Defined in: packages/security/src/supply-chain/installer.ts:187
Install a skill from a git repository (shallow clone). The resulting clone lives in the OS temp directory; consumers are responsible for cleanup.
Parameters
| Parameter | Type |
|---|---|
options | InstallSkillFromGitOptions |
Returns
Promise<SkillInstallationStatus>