fistlabs / gulp-one-guide

Gulp plugin for one-guide

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gulp-one-guide Build Status

Gulp plugin for one-guide

##Usage:

var oneGuidePipe = require('gulp-one-guide');
gulp.task('lint', function () {
    return this.src([
        'lib/**/*.js'
    ]).pipe(oneGuidePipe({
        config: 'yandex-node',
        root: process.cwd(),
        excludes: lintConf.excludes
    }));
});

LICENSE MIT

About

Gulp plugin for one-guide

License:MIT License


Languages

Language:JavaScript 100.0%