UNPKG

@rxap/plugin-localazy

Version:

This package provides executors and generators for integrating Localazy, a translation management platform, into Nx workspaces. It allows for downloading and uploading translations, managing configuration, and initializing Localazy within a project. The p

3 lines (2 loc) 158 B
declare const schematic: (generatorOptions: import("./schema").ConfigGeneratorSchema) => (tree: any, context: any) => Promise<any>; export default schematic;