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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.1
    266
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.1
    266
  • 1.0.0
    1

Package Sidebar

Install

npm i gulp-potomo-js

Weekly Downloads

267

Version

1.0.1

License

MIT

Unpacked Size

3.02 kB

Total Files

3

Last publish

Collaborators

  • nuboa
  • wunderfarm.com