Skip to content

outfound/gulp-messageformat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gulp-messageformat

WIP!! I don't even know if this plugin works! Still testing.

Usage

var gulp = require('gulp');
var messageFormat = require('gulp-messageformat');

gulp.task('default', function () {
	return gulp.src('src/en/**/*.json')
		.pipe(messageFormat({
		    locale: 'en'
		}))
		.pipe(gulp.dest('dist'));
});

License

MIT © Outfound Pty Ltd (https://github.com/outfound)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published