SkillSource.github constructor
SkillSource.github(
- String repo
Create a GitHub skill source
Implementation
factory SkillSource.github(String repo) {
return SkillSource(type: SkillSourceType.github, location: repo);
}