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

Function getFrameworks

packages/create/src/worker.ts:253–259  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

251 }
252
253 async function getFrameworks() {
254 frameworksPromise ??= manifestLoader
255 .loadCatalog()
256 .then((catalog) => catalog.frameworks.map(createFrameworkFromMetadata))
257
258 return frameworksPromise
259 }
260
261 async function getFrameworkById(id: string) {
262 const frameworks = await getFrameworks()

Callers 5

promptForCreateOptionsFunction · 0.90
cliFunction · 0.90
getFrameworkByIdFunction · 0.70
getFrameworkByNameFunction · 0.70
frameworks.test.tsFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected