Home / Function/ banner() — astro Function Reference

banner() — astro Function Reference

Architecture documentation for the banner() function in messages.ts from the astro codebase.

Entity Profile

Dependency Diagram

graph TD
  08bdf8e6_b270_1997_da9d_a2609959fb86["banner()"]
  7e47cce3_632a_b102_4402_d13baf44fc8e["messages.ts"]
  08bdf8e6_b270_1997_da9d_a2609959fb86 -->|defined in| 7e47cce3_632a_b102_4402_d13baf44fc8e
  325f265a_a84d_6afa_c4c9_7a8631d25cd0["log()"]
  08bdf8e6_b270_1997_da9d_a2609959fb86 -->|calls| 325f265a_a84d_6afa_c4c9_7a8631d25cd0
  style 08bdf8e6_b270_1997_da9d_a2609959fb86 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

packages/create-astro/src/messages.ts lines 78–82

export const banner = () => {
	const prefix = `astro`;
	const suffix = `Launch sequence initiated.`;
	log(`${label(prefix, color.bgGreen, color.black)}  ${suffix}`);
};

Domain

Subdomains

Calls

Frequently Asked Questions

What does banner() do?
banner() is a function in the astro codebase, defined in packages/create-astro/src/messages.ts.
Where is banner() defined?
banner() is defined in packages/create-astro/src/messages.ts at line 78.
What does banner() call?
banner() calls 1 function(s): log.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free