1.0.0 • Published 8 years ago
node-po2json v1.0.0
node-po2json
Simple tool for converting .po files to .json files
Usage: node-po2json [options] <source> <target>
Options:
-V, --version output the version number
-r, --recursive Recursively convert all files in directory
-h, --help output usage informationInstallation
npm install --save node-po2jsonUsage
node-po2json source.po target.jsonnode-po2json -r sourceDir targetDiror in package.json
{
// ...
"scripts": {
//...
"convert:po": "node-po2json -r sourceDir targetDir"
},
// ...
}License
MIT
1.0.0
8 years ago