gulp-po2json

1.0.0 • Public • Published

gulp-po2json

Convert .po files to JSON using po2json

Install

Install with npm

npm install --save-dev gulp-po2json

Examples

const gulp = require('gulp');
const po2json = require('gulp-po2json');
 
gulp.task('po2json', function () {
    return gulp.src(['po/**/*.po'])
        .pipe(po2json())
        .pipe(gulp.dest('dist/translations/'));
});

Readme

Keywords

Package Sidebar

Install

npm i gulp-po2json

Weekly Downloads

306

Version

1.0.0

License

MIT

Unpacked Size

3.18 kB

Total Files

4

Last publish

Collaborators

  • gabegorelick