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

7 lines (6 loc) 255 B
import { CreateNodesV2 } from '@nx/devkit'; import 'colors'; export interface PluginOptions { } export declare function normalizeOptions(options: PluginOptions | undefined): PluginOptions; export declare const createNodesV2: CreateNodesV2<PluginOptions>;