MCPcopy
hub / github.com/infinitered/ignite / p

Function p

src/tools/pretty.ts:10–10  ·  view source on GitHub ↗
(m = "")

Source from the content-addressed store, hash-verified

8export const INDENT = " "
9
10export const p = (m = "") => print.info(gray(INDENT + m))
11
12export const heading = (m = "") => p(white(bold(m)))
13

Callers 15

runGeneratorFunction · 0.90
validateGeneratorFunction · 0.90
showGeneratorHelpFunction · 0.90
updateGeneratorsFunction · 0.90
generateAppIconsFunction · 0.90
generateSplashScreenFunction · 0.90
deprecated.tsFile · 0.90
helpFunction · 0.90
generateFunction · 0.90
issue.tsFile · 0.90
update.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected