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

9 lines (8 loc) 224 B
import { DownloadExecutorSchema } from './schema'; export default function runExecutor(options: DownloadExecutorSchema): Promise<{ success: boolean; error: any; } | { success: boolean; error?: undefined; }>;