gulp-typescript-to-lua

0.0.1 • Public • Published

gulp-typescript-to-lua

Transpiles Typescript to Lua with TypescriptToLua.

Issues with the transpiler should be reported on the TypescriptToLua issue tracker.

Install

npm install -D gulp-typescript-to-lua

Usage

const gulp = require('gulp');
var tstl = require('gulp-typescript-to-lua');
 
exports.default = () => (
    gulp.src('src/*.lua')
        .pipe(tstl())
        .pipe(gulp.dest('dist'))
);

Package Sidebar

Install

npm i gulp-typescript-to-lua

Weekly Downloads

0

Version

0.0.1

License

MIT

Unpacked Size

2.92 kB

Total Files

4

Last publish

Collaborators

  • rickirunge