UNPKG

@lamantin/fastpush

Version:

Typed fastlane frontend for pushing builds to store

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