UNPKG

@lamantin/fastpush

Version:

Typed fastlane frontend for pushing builds to store

6 lines (4 loc) 104 B
import chalk from 'chalk' export function message(title: string) { console.log(chalk.white(title)) }