MCPcopy
hub / github.com/lingodotdev/lingo.dev / renderBanner

Function renderBanner

packages/cli/src/cli/utils/ui.ts:20–30  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

18}
19
20export async function renderBanner() {
21 console.log(
22 vice(
23 figlet.textSync("LINGO.DEV", {
24 font: "ANSI Shadow",
25 horizontalLayout: "default",
26 verticalLayout: "default",
27 }),
28 ),
29 );
30}
31
32export async function renderHero() {
33 console.log(

Callers 3

login.tsFile · 0.90
logout.tsFile · 0.90
index.tsFile · 0.90

Calls 1

logMethod · 0.80

Tested by

no test coverage detected