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