UNPKG

mern-backend-quickstart

Version:

CLI tool to quickly generate a MERN backend boilerplate with optional auth middleware.

9 lines (7 loc) 289 B
import chalk from 'chalk'; export const success = chalk.green.bold; export const error = chalk.red.bold; export const info = chalk.blueBright; export const warning = chalk.yellowBright; export const headline = chalk.magentaBright.bold.underline; export const subtle = chalk.gray;