UNPKG

bluecodex

Version:

Turn repetitive dev tasks into CLI commands with Typescript

4 lines (2 loc) 113 B
import chalk from "chalk"; export const themedProjectName = `${chalk.bgBlue("blue")} ${chalk.italic("codex")}`;