@rxap/plugin-localazy
TypeScript icon, indicating that this package has built-in type declarations

16.1.0 • Public • Published

@rxap/plugin-localazy

npm version commitizen friendly styled with prettier Libraries.io dependency status for latest release, scoped npm package npm NPM

Installation

Add the package to your workspace:

yarn add @rxap/plugin-localazy

Install peer dependencies:

yarn add @nx/devkit@^16.5.0 @rxap/generator-utilities@^1.1.0-dev.19 @rxap/plugin-utilities@^16.1.0-dev.22 @rxap/utilities@^16.0.0-dev.23 @rxap/workspace-utilities@^0.1.0-dev.26 tslib@2.6.2 yaml@2.3.1 

Execute the config generator to use the package with a project:

yarn nx g @rxap/plugin-localazy:config [project]

Generators

config

Add the executor 'localazy-download' and 'localazy-upload' and update the nx.json file

yarn nx g @rxap/plugin-localazy:config

gitlab-ci

gitlab-ci generator

yarn nx g @rxap/plugin-localazy:gitlab-ci

config

Add the executor 'localazy-download' and 'localazy-upload' and update the nx.json file

yarn nx g @rxap/plugin-localazy:config

gitlab-ci

gitlab-ci generator

yarn nx g @rxap/plugin-localazy:gitlab-ci

Executors

download

Downloads i18n files from localazy

project.json

{
  "targets": {
    "download": {
      "executor": "@rxap/plugin-localazy:download"
    }
  }
}

upload

Uploadss i18n files from localazy

project.json

{
  "targets": {
    "upload": {
      "executor": "@rxap/plugin-localazy:upload"
    }
  }
}

Versions

Current Tags

Version History

Package Sidebar

Install

npm i @rxap/plugin-localazy

Weekly Downloads

62

Version

16.1.0

License

GPL-3.0-or-later

Unpacked Size

87.4 kB

Total Files

47

Last publish

Collaborators

  • badry.muenker
  • mmuenker