UNPKG

squad-deploy-cli

Version:

8 lines (7 loc) 192 B
const chalk = require("chalk"); module.exports = { error: chalk.bold.red, warning: chalk.keyword('yellow'), success: chalk.hex("#69DD59"), squad: chalk.hex("#C7DF2E") }