MCPcopy
hub / github.com/wdjungst/react-project / logWithColor

Function logWithColor

modules/LogUtils.js:5–7  ·  view source on GitHub ↗
(color, msgs)

Source from the content-addressed store, hash-verified

3import { red, yellow, green } from 'cli-color'
4
5function logWithColor(color, msgs) {
6 console.log(...[ color('[react-project]') ].concat(msgs))
7}
8
9export function log(...msgs) {
10 console.log(...[ '[react-project]' ].concat(msgs))

Callers 3

logErrorFunction · 0.85
logPromptFunction · 0.85
logTaskFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected