UNPKG

@lamantin/fastpush

Version:

Typed fastlane frontend for pushing builds to store

6 lines (4 loc) 95 B
import ora from 'ora' export function progress(title: string) { return ora().start(title) }