8.9.2 • Published 4 years ago

@mendix/pluggable-widgets-typing-generator v8.9.2

Weekly downloads
20
License
Apache-2.0
Repository
github
Last release
4 years ago

Pluggable Widgets Typing Generator

npm version Mendix 8 Build Status npm GitHub release GitHub issues

About

Typescript typing generator for Pluggable Widgets

How to install

Install from npm using npm install @mendix/pluggable-widgets-typing-generator

How to use

Make sure you are using gulp as your taskrunner.

  • Include the imported library in your gulpfile.js
const typingGenerator = require("@mendix/pluggable-widgets-typing-generator").typingGenerator;

or for gulp using Babel and ES2015 (gulpfile.babel.js) or Typescript (gulpfile.ts)

import typingGenerator from "@mendix/pluggable-widgets-typing-generator";
  • Create a Gulp Task to read the xml file and generate your typings
function generateTypings() {
    return gulp
        .src("./src/package.xml")
        .pipe(typingGenerator());
}
8.9.2

4 years ago

8.9.0

4 years ago

8.9.1

4 years ago

8.8.0

4 years ago

8.7.1

4 years ago

8.7.0

4 years ago

8.6.0

4 years ago

8.4.0

4 years ago

8.3.1

4 years ago

8.3.0

5 years ago

8.2.0

5 years ago

8.0.1

5 years ago

8.0.0

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago