Skip to content

sophilabs/gulp-isort

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gulp Isort

travis coverage npm downloads js-semistandard-style license dependencies dev-dependencies

Gulp task for isort.

Installation

npm install gulp-isort

Usage

var gulp = require('gulp');
var gulpIsort = require('gulp-isort');

gulp.task('isort', function () {
  return gulp.src('**/*')
    .pipe(gulpIsort())
    .pipe(gulpIsort.failOnError());
});

License

Gulp Isort is Copyright (c) 2016 sophilabs, inc. It is free software, and may be redistributed under the terms specified in the license file.

About

sophilabs

Gulp Isort is maintained and funded by sophilabs, inc. The names and logos for sophilabs are trademarks of sophilabs, inc.

Releases

No releases published

Packages

No packages published