MCPcopy
hub / github.com/t3-oss/create-t3-app / renderTitle

Function renderTitle

cli/src/utils/renderTitle.ts:16–25  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14};
15
16export const renderTitle = () => {
17 const t3Gradient = gradient(Object.values(poimandresTheme));
18
19 // resolves weird behavior where the ascii is offset
20 const pkgManager = getUserPkgManager();
21 if (pkgManager === "yarn" || pkgManager === "pnpm") {
22 console.log("");
23 }
24 console.log(t3Gradient.multiline(TITLE_TEXT));
25};

Callers 1

mainFunction · 0.85

Calls 1

getUserPkgManagerFunction · 0.85

Tested by

no test coverage detected