1.32.0 • Published 6 years ago

@fluffy-spoon/csharp-to-typescript-generator.gulp v1.32.0

Weekly downloads
24
License
MIT
Repository
github
Last release
6 years ago

Installing

npm install --save-dev @fluffy-spoon/csharp-to-typescript-generator.gulp

Use

var gulp = require('gulp');
var poco = require('@fluffy-spoon/csharp-to-typescript-generator.gulp');

gulp.task('poco', function () {
  return gulp
    .src('Models/*.cs')
    .pipe(poco({
      //options go here
    }))
    .pipe(gulp.dest('Scripts'));
});

To see what options are available, go here: https://github.com/ffMathy/FluffySpoon.JavaScript.CSharpToTypeScriptGenerator

1.32.0

6 years ago

1.31.0

6 years ago

1.0.31

7 years ago

1.0.30

7 years ago

1.0.28

7 years ago

1.0.27

7 years ago