Versions in this module Expand all Collapse all v0 v0.1.18 Jul 10, 2026 Changes in this version + const EXPO_PUBLIC_SUPABASE_ANON_KEY + const EXPO_PUBLIC_SUPABASE_URL + const NEXT_PUBLIC_SUPABASE_ANON_KEY + const NEXT_PUBLIC_SUPABASE_URL + const POSTGRES_DATABASE + const POSTGRES_HOST + const POSTGRES_PASSWORD + const POSTGRES_PRISMA_URL + const POSTGRES_URL + const POSTGRES_URL_NON_POOLING + const POSTGRES_USER + const SUPABASE_ANON_KEY + const SUPABASE_SERVICE_ROLE_KEY + const SUPABASE_URL + func Run(ctx context.Context, starter StarterTemplate, fsys afero.Fs, ...) error + type Downloader struct + func NewDownloader(concurrency uint, fsys afero.Fs) *Downloader + func (d *Downloader) Start(ctx context.Context, localPath, remotePath string) error + func (d *Downloader) Wait() error + type StarterTemplate struct + Description string + Name string + Start string + Url string + func ListSamples(ctx context.Context, client *github.Client) ([]StarterTemplate, error)