1.0.1 • Published 6 years ago

@tracesoftwareinternational/glob2po2json v1.0.1

Weekly downloads
-
License
GPL-3.0
Repository
github
Last release
6 years ago

Glob2PO2JSON

NPM version

This package will let you "glob" some .po files and convert them into JSON files with same name as source files.

Installation

npm install @tracesoftware/glob2po2json

Usage

At this moment, only CLI usage is supported.

Usage: glob2po2json.js -i <folder> -o <folder>

Options:
  --version     Show version number
  -i, --input   Path to the .po files, a glob is also valid
  -o, --output  Path to the folder where the json file will be output
  -h, --help    Show help
1.0.1

6 years ago

1.0.0

6 years ago