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

4 lines (3 loc) 179 B
import { Tree } from '@nx/devkit'; import { InitGeneratorSchema } from './schema'; export declare function initWorkspace(tree: Tree, options: InitGeneratorSchema): Promise<void>;