UNPKG

@forwardslashns/fws-cli

Version:

CLI meant to work together with other Forwardslash boilerplates.

7 lines (5 loc) 167 B
import fancyLog from 'fancy-log'; import colors from 'ansi-colors'; export const getLogMessageInline = (message, color) => { fancyLog(colors[color](message)); };