Skip to content

initGenerator

initGenerator(tree, schema): Promise<() => Promise<void>>

Defined in: packages/nx-cloudflare/src/generators/init/generator.ts:22

Initializes the @naxodev/nx-cloudflare plugin in a workspace: installs the required runtime dependencies and registers the inference plugin in nx.json.

Tree

InitGeneratorSchema

Promise<() => Promise<void>>