Graphorin API reference v0.1.0
Graphorin API reference / @graphorin/security / / installSkillFromNpm
Function: installSkillFromNpm()
ts
function installSkillFromNpm(options): Promise<SkillInstallationStatus>;Defined in: packages/security/src/supply-chain/installer.ts:72
Install a skill from the npm registry.
Parameters
| Parameter | Type |
|---|---|
options | InstallSkillFromNpmOptions |
Returns
Promise<SkillInstallationStatus>