@kentcdodds/lineage
src/repo.ts
5 lines · 164 B · TypeScriptimport type { RepoSettings } from './types.ts'
export function repoHtmlUrl(repo: RepoSettings): string {
return `https://github.com/${repo.owner}/${repo.repo}`
}
Built for people who want to own their automations. Join the waitlist for an invite.
import type { RepoSettings } from './types.ts'
export function repoHtmlUrl(repo: RepoSettings): string {
return `https://github.com/${repo.owner}/${repo.repo}`
}