0.0.7 • Published 9 years ago

gulp-typescript-easysort v0.0.7

Weekly downloads
5
License
BSD
Repository
github
Last release
9 years ago

gulp-typescript-easysort

Squerence TypeScript Files Accroding to Their Reference from each other, witch means you can sort a group of typescript files with out reference path="..."

通过TypeScript文件间相互引用关系,对一系列.ts文件进行排序,而不需要 reference path="..."

Install

npm install gulp-typescript-easysort --save

https://www.npmjs.com/package/gulp-typescript-easysort

Useage Example

var tssort = require('gulp-typescript-easysort');

var filelist = require('gulp-filelist');

gulp.task('src-sort', function() {
    return gulp.src("./src/**/*.ts")
        .pipe(tssort())
        .pipe(filelist('filelist.json'))
        .pipe(gulp.dest("./tmp/"));
});

returns a new Array of this files.

0.0.7

9 years ago

0.0.631

9 years ago

0.0.63

9 years ago

0.0.62

9 years ago

0.0.61

9 years ago

0.0.6

9 years ago

0.0.5-a

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1-a

9 years ago

0.0.1

9 years ago