@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
27 lines (26 loc) • 901 B
JSON
{
"generators": {
"config": {
"factory": "./src/generators/config/generator",
"schema": "./src/generators/config/schema.json",
"description": "Add the executor 'localazy-download' and 'localazy-upload' and update the nx.json file"
},
"init": {
"factory": "./src/generators/init/generator",
"schema": "./src/generators/init/schema.json",
"description": "Initialize the package in the workspace"
}
},
"schematics": {
"config": {
"factory": "./src/generators/config/index",
"schema": "./src/generators/config/schema.json",
"description": "Add the executor 'localazy-download' and 'localazy-upload' and update the nx.json file"
},
"init": {
"factory": "./src/generators/init/index",
"schema": "./src/generators/init/schema.json",
"description": "Initialize the package in the workspace"
}
}
}