Skip to content

danjesus/gulp-phrase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gulp-phrase

DEPRECATED

A simple gulp plugin to use phraseapp, this lib donwload all internationalization and save in specifc path.

Code Climate

Install

$ npm install gulp-phrase --save-dev

Usage

var phrase = require('gulp-phrase');
gulp.task('gulp-phrase', function() {
   phrase({
        apiToken: 'YOUR PHRASEAPP API TOKEN HERE',
        dir: 'PAHT TO SAVE FILES',
        tag: 'OPTIONAL'
   }, function(files) {
    // Array whith filenames
    // Now you can iterate in array for change filenames
   });
});

TODO

  • Write tests

About

Simple gulp plugin to use phraseapp api

Resources

License

Stars

Watchers

Forks

Packages

No packages published