@ds-wizard/locale-packager
v0.2.0
Published
A command line tool for creating locale packages for the Data Stewardship Wizard.
Downloads
221
Readme
DSW Locale Packager
DSW Locale Packager is a command line tool for creating locale packages for the Data Stewardship Wizard.
Instalation
$ npm install @ds-wizard/locale-packager
Usage
Locale packager can be used to create locale either in folder:
$ npx dsw-locale-packager /path/to/source-folder -o /path/to/output-folder
Or as a zip file:
$ npx dsw-locale-packager /path/to/source-folder -z -o /path/to/output.zip
The source folder should contain the following files, as in for example here:
README.md
locale.json
locale.po
License
This project is licensed under the Apache License v2.0 - see the LICENSE file for more details.