MCPcopy
hub / github.com/remix-run/react-router / title

Function title

packages/create-react-router/index.ts:706–708  ·  view source on GitHub ↗
(text: string)

Source from the content-addressed store, hash-verified

704}
705
706function title(text: string) {
707 return align(color.bgWhite(` ${color.black(text)} `), "end", 7) + " ";
708}
709
710function printHelp(ctx: Context) {
711 // prettier-ignore

Callers 6

projectNameStepFunction · 0.85
agentSkillsQuestionStepFunction · 0.85
copyTempDirToAppDirStepFunction · 0.85
gitInitQuestionStepFunction · 0.85
printHelpFunction · 0.85

Calls 1

alignFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…