UNPKG

@lamantin/fastpush

Version:

Typed fastlane frontend for pushing builds to store

6 lines (4 loc) 102 B
import chalk from 'chalk' export function error(title: string) { console.error(chalk.red(title)) }