Loading README from GitHub…

core

The core engine that powers GitSvm. Fast, opinionated, batteries-included.

Install

bun add @gitsvm/core

Usage

import { createHub } from '@gitsvm/core'

const hub = createHub({ repo: 'you/app' })
await hub.push()

Links

TypeScript View on GitHub