@mendix/pluggable-widgets-typing-generator
TypeScript icon, indicating that this package has built-in type declarations

8.9.2 • Public • Published

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());
}

Readme

Keywords

Package Sidebar

Install

npm i @mendix/pluggable-widgets-typing-generator

Weekly Downloads

3

Version

8.9.2

License

Apache-2.0

Unpacked Size

31.5 kB

Total Files

19

Last publish

Collaborators

  • selimustel.mendix
  • mendix-moo
  • content-teams
  • latrofa.mendix
  • tizar.mendix
  • modelingservices
  • kevinvl
  • yhn
  • bvanreeven
  • guidojo
  • erik.van.de.pol
  • rickymx
  • mx-juan
  • juliana-mx
  • meisam.mahdian
  • nickjansen
  • mx-stevenlynagh
  • sander-vdv
  • kmameletzi
  • jules.van.thillo
  • henkjan.van.henten.mendix
  • mx-subhabratadas
  • mx-jaro
  • ionut.holbea