MCPcopy
hub / github.com/QwikDev/qwik / runCreateQwikCommand

Function runCreateQwikCommand

e2e/qwik-cli-e2e/utils/index.ts:61–67  ·  view source on GitHub ↗
(tmpDir: string, type: 'playground' | 'library' | 'empty')

Source from the content-addressed store, hash-verified

59}
60
61function runCreateQwikCommand(tmpDir: string, type: 'playground' | 'library' | 'empty'): string {
62 const appDir = 'e2e-app';
63 execSync(
64 `node "${workspaceRoot}/packages/create-qwik/create-qwik.cjs" ${type} "${join(tmpDir, appDir)}"`
65 );
66 return join(tmpDir, appDir);
67}
68
69function replacePackagesWithLocalOnes(tmpDir: string) {
70 const tarballConfig = JSON.parse(

Callers 1

scaffoldQwikProjectFunction · 0.85

Calls 1

joinFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…