1.19.0 • Published 6 years ago

@fluffy-spoon/csharp-to-typescript-generator.grunt v1.19.0

Weekly downloads
-
License
ISC
Repository
github
Last release
6 years ago

Installing

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

Use

module.exports = function(grunt) {

  grunt.initConfig({
    // Generate TypeScript interfaces from C# files in Models and put them into Scripts as one .d.ts file for every .cs file.
    "@fluffy-spoon/csharp-to-typescript-generator.grunt": {
      'Scripts': ['Models/*.cs'],
      options: {
        //options go here
      }
    }

  });

  // Actually load this plugin's task(s).
  grunt.loadTasks('tasks');

  // By default, lint and run all tests.
  grunt.registerTask('default', ['@fluffy-spoon/csharp-to-typescript-generator.grunt']);

};

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

1.19.0

6 years ago

1.0.19

7 years ago

1.0.18

7 years ago

1.0.16

7 years ago

1.0.15

7 years ago