UNPKG

create-h-ui-cli

Version:
3 lines (2 loc) 99 B
import chalk from 'chalk'; export const logGreen = (content) => console.log(chalk.green(content));