Skip to content

libraryGenerator

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

Defined in: packages/nx-cloudflare/src/generators/library/generator.ts:38

Generates a Cloudflare Workers library project, building on the @nx/js library generator and registering the plugin’s required dependencies.

Tree

NxCloudflareLibraryGeneratorSchema

Promise<() => Promise<void>>