gulp-po-json

0.0.4 • Public • Published

gulp-po-json

Build Status

Information

Packagegulp-po-json
Description Utility to convert PO files to JSON files with Gulp
Node Version >= 0.10

Usage

var gulp = require('gulp'),
    pojson = require('gulp-po-json');

gulp.task('i18n', function() {
    return gulp 
        .src('locales/*.po')
        .pipe(pojson())
        .dest('dist/locales');
});

Readme

Keywords

none

Package Sidebar

Install

npm i gulp-po-json

Weekly Downloads

72

Version

0.0.4

License

MIT

Last publish

Collaborators

  • ulflander