UNPKG

create-hokage-js-app

Version:

🔥 Best CLI tool to create a MERN stack template. Quick, clean, and customizable.

7 lines (5 loc) • 268 B
// chalk.js import chalk from "chalk"; export const success = (msg) => console.log(chalk.greenBright("✔ " + msg)); export const error = (msg) => console.log(chalk.redBright("✖ " + msg)); export const info = (msg) => console.log(chalk.yellowBright("ℹ " + msg));