Loading README from GitHub…
The core engine that powers GitSvm. Fast, opinionated, batteries-included.
bun add @gitsvm/core
import { createHub } from '@gitsvm/core' const hub = createHub({ repo: 'you/app' }) await hub.push()