gulp-potomo-js

1.0.1 • Public • Published

gulp-potomo-js

A Gulp plugin to compile .po files into binary .mo files written in JavaScript only.


Requirements

  • This plugin requires Gulp

Install

npm install --save-dev gulp-potomo-js

Usage

const gulp = require('gulp');
const poToMo = require('gulp-potomo-js');
 
gulp.task('default', () =>
    gulp.src('src/languages/*.po')
        .pipe(poToMo())
        .pipe(gulp.dest('dist/languages'))
);

Options

No options at the moment.

License

MIT © wunderfarm

Package Sidebar

Install

npm i gulp-potomo-js

Weekly Downloads

178

Version

1.0.1

License

MIT

Unpacked Size

3.02 kB

Total Files

3

Last publish

Collaborators

  • nuboa
  • wunderfarm.com