Skip to content
View as Markdown
View as Markdown

@salesforce/b2c-tooling-sdk / skills / isSkillInstalled

Function: isSkillInstalled()

isSkillInstalled(skillName, ide, options): boolean

Defined in: packages/b2c-tooling-sdk/src/skills/installer.ts:88

Check if a skill is already installed.

Parameters

skillName

string

Name of the skill

ide

IdeType

Target IDE

options

Installation options

directory?

string

global

boolean

projectRoot?

string

Returns

boolean

true if skill is installed, false otherwise

Released under the Apache-2.0 License.