0.0.8 • Published 8 months ago

@ngx-grida/builder v0.0.8

Weekly downloads
-
License
MIT
Repository
-
Last release
8 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

8 months ago

0.0.8

8 months ago

0.0.5

8 months ago

0.0.4

8 months ago

0.0.7

8 months ago

0.0.6

8 months ago

0.0.2

8 months ago

0.0.1

8 months ago