0.1.2 • Published 3 years ago
@ds-wizard/locale-packager v0.1.2
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-packagerUsage
Locale packager can be used to create locale either in folder:
$ npx dsw-locale-packager /path/to/source-folder -o /path/to/output-folderOr as a zip file:
$ npx dsw-locale-packager /path/to/source-folder -z -o /path/to/output.zipThe source folder should contain the following files, as in for example here:
README.mdlocale.jsonlocale.po
License
This project is licensed under the Apache License v2.0 - see the LICENSE file for more details.