0.0.8 • Published 10 months ago

@ngx-grida/builder v0.0.8

Weekly downloads
-
License
MIT
Repository
-
Last release
10 months ago

@ngx-grida/builder

This builder helps convert xliff files to json.

Getting Started

Install the builder

In the Angular workspace root folder, run this command to install the builder:

npm install --save-dev @ngx-grida/builder

Add the builder to your project

  "projects": {
    "my-project": {
        "xliff-to-json": {
          "builder": "@ngx-grida/builder:xliff-to-json",
          "options": {
            "locales": ["fr"],
            "source": "src/locales",
            "destination": "public/locales"
          }
        }
      }
  }

Run it

To generare the json files run:

ng run my-project:xliff-to-json

License

MIT © 2024-2024 Khalil LAGRIDA

0.0.3

10 months ago

0.0.8

10 months ago

0.0.5

10 months ago

0.0.4

10 months ago

0.0.7

10 months ago

0.0.6

10 months ago

0.0.2

10 months ago

0.0.1

10 months ago