0.2.0 • Published 1 year ago

@ds-wizard/locale-packager v0.2.0

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
1 year ago

DSW Locale Packager

Node.js Package CI npm version License

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.

0.2.0

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago