Skip to content

TraceSoftwareInternational/glob2po2json

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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