Skip to content
View wesort's full-sized avatar

Sponsoring

@statamic

Highlights

  • Pro

Organizations

@trifleapp

Block or report wesort

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. helpers-claude helpers-claude Public

    Canonical source of reusable Claude Code slash commands.

  2. starter starter Public

    Starter kit (SALT stack)

    PHP

  3. simple-website simple-website Public

    The basic modern website. No build process. Minimal config. Host on Netlify, GitHub Pages or (probably) any server

    HTML 5 1

  4. Automatic daily backup from producti... Automatic daily backup from production site to GitHub
    1
    # Shell script to automatically backup current branch to GitHub 
    2
    # NB: artisan commands apply to Laravel projects
    3
    git add .
    4
    git commit -m "[BOT] Automatic daily backup via cronjob"
    5
    git push