1.15.0 • Published 6 years ago

@fluffy-spoon/csharp-to-typescript-generator.webpack v1.15.0

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

Installing

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

Use

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

var webpackConfig = {
  plugins: [
    poco(
      "dist/typings",
      ["Models/*.cs"],
      {
        //options go here
      })
  ]
};

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

1.15.0

6 years ago

1.0.15

7 years ago

1.0.14

7 years ago

1.0.12

7 years ago

1.0.11

7 years ago

1.0.9

7 years ago

1.0.8

7 years ago