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

1.15.0 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i @fluffy-spoon/csharp-to-typescript-generator.webpack

Weekly Downloads

1

Version

1.15.0

License

ISC

Unpacked Size

9.69 kB

Total Files

8

Last publish

Collaborators

  • ffmathy