SkillSource.github constructor

SkillSource.github(
  1. String repo
)

Create a GitHub skill source

Implementation

factory SkillSource.github(String repo) {
  return SkillSource(type: SkillSourceType.github, location: repo);
}