UNPKG

@lamantin/fastpush

Version:

Typed fastlane frontend for pushing builds to store

12 lines (10 loc) 232 B
import { commit } from './commit' import { tag } from './tag' import { assertClean } from './assertClean' import { push } from './push' export const git = { commit: commit, tag: tag, assertClean: assertClean, push: push, }