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.
Parameters
Section titled “Parameters”Tree
schema
Section titled “schema”Returns
Section titled “Returns”Promise<() => Promise<void>>