1.2.0 • Published 4 years ago

gulp-ts2php v1.2.0

Weekly downloads
9
License
MIT
Repository
github
Last release
4 years ago

gulp-ts2php

Language Build Status npm package npm downloads semantic-release

gulp-ts2php是一个调用ts2php将ts文件转化为php的gulp插件

Install

npm i gulp-ts2php--save-dev

Example

const ts2php = require('gulp-ts2php').ts2php;
const ts2phpConfig = require('./ts2phprc');

gulp.task('build:php', function () {
    return gulp.src(['src/index.ts'])
        .pipe(ts2php(ts2phpConfig))
        .pipe(gulp.dest('dist'));
});
1.2.0

4 years ago

1.1.0

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago