MCPcopy
hub / github.com/triggerdotdev/trigger.dev / install

Method install

packages/cli/src/frameworks/index.ts:35–35  ·  view source on GitHub ↗

Install the required files

(path: string, options: ProjectInstallOptions)

Source from the content-addressed store, hash-verified

33
34 /** Install the required files */
35 install(path: string, options: ProjectInstallOptions): Promise<void>;
36
37 /** You can check for middleware, add extra instructions, etc */
38 postInstall(path: string, options: ProjectInstallOptions): Promise<void>;

Callers 4

initCommandFunction · 0.65
remix.test.tsFile · 0.65
astro.test.tsFile · 0.65
nextjs.test.tsFile · 0.65

Implementers 5

Honopackages/cli/src/frameworks/hono/index
Expresspackages/cli/src/frameworks/express/in
Remixpackages/cli/src/frameworks/remix/inde
Astropackages/cli/src/frameworks/astro/inde
NextJspackages/cli/src/frameworks/nextjs/ind

Calls

no outgoing calls

Tested by

no test coverage detected