MCPcopy Create free account
hub / github.com/TanStack/cli / createApp

Function createApp

packages/create/src/edge-create-app.ts:583–594  ·  view source on GitHub ↗
(environment: Environment, options: Options)

Source from the content-addressed store, hash-verified

581}
582
583export async function createApp(environment: Environment, options: Options) {
584 const effectiveOptions = stripExamplesFromOptions(options)
585
586 environment.startRun()
587 await writeFiles(environment, effectiveOptions)
588 await seedEnvValues(environment, effectiveOptions)
589 await writeEnvExample(environment, effectiveOptions)
590 await runCommandsAndInstallDependencies(environment, effectiveOptions)
591 environment.finishRun()
592
593 report(environment, effectiveOptions)
594}

Callers

nothing calls this directly

Calls 6

stripExamplesFromOptionsFunction · 0.70
writeFilesFunction · 0.70
seedEnvValuesFunction · 0.70
writeEnvExampleFunction · 0.70
reportFunction · 0.70

Tested by

no test coverage detected