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

Function renderTitle

src/utils/renderTitle.ts:15–24  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 1

mainFunction · 0.85

Calls 1

getUserPkgManagerFunction · 0.85

Tested by

no test coverage detected