Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/npmx-dev/npmx.dev
/ logSuccess
Function
logSuccess
cli/src/logger.ts:26–28 ·
view source on GitHub ↗
(message: string)
Source
from the content-addressed store, hash-verified
24
* Log successful command completion
25
*/
26
export
function
logSuccess(message: string): void {
27
p.log.success(styleText(
'green'
, message))
28
}
29
30
/**
31
* Log command failure
Callers
3
execNpmInteractive
Function · 0.90
execNpm
Function · 0.90
packageInit
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected