Home / Function/ getShadcnInitUrl() — ui Function Reference

getShadcnInitUrl() — ui Function Reference

Architecture documentation for the getShadcnInitUrl() function in create.ts from the ui codebase.

Entity Profile

Dependency Diagram

graph TD
  b4e79181_86a2_80f3_3e20_c519125f2926["getShadcnInitUrl()"]
  9461b7e1_0062_183b_052f_41abc70dee91["create.ts"]
  b4e79181_86a2_80f3_3e20_c519125f2926 -->|defined in| 9461b7e1_0062_183b_052f_41abc70dee91
  f1f5dc89_813c_afbc_8cb6_4850da747abf["buildInitUrl()"]
  f1f5dc89_813c_afbc_8cb6_4850da747abf -->|calls| b4e79181_86a2_80f3_3e20_c519125f2926
  style b4e79181_86a2_80f3_3e20_c519125f2926 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

packages/shadcn/src/commands/create.ts lines 394–396

function getShadcnInitUrl() {
  return `${SHADCN_URL}/init`
}

Subdomains

Called By

Frequently Asked Questions

What does getShadcnInitUrl() do?
getShadcnInitUrl() is a function in the ui codebase, defined in packages/shadcn/src/commands/create.ts.
Where is getShadcnInitUrl() defined?
getShadcnInitUrl() is defined in packages/shadcn/src/commands/create.ts at line 394.
What calls getShadcnInitUrl()?
getShadcnInitUrl() is called by 1 function(s): buildInitUrl.

Analyze Your Own Codebase

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

Try Supermodel Free