MCPcopy Index your code
hub / github.com/npmx-dev/npmx.dev / initLogger

Function initLogger

cli/src/logger.ts:10–14  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8 * Initialize the logger with intro message
9 */
10export function initLogger(): void {
11 if (isInitialized) return
12 isInitialized = true
13 p.intro(styleText(['bgCyan', 'black'], ' npmx connector '))
14}
15
16/**
17 * Log when starting to execute a command

Callers 1

runFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected