Skip to content

Simple SDK Script to create document with Entity, Microflows and Pages for Each Module

Notifications You must be signed in to change notification settings

simo101/MendixCountEntities

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mendix Count Entities Script

This script creates a word document with each module and the Entities within each module.

Setup

To set up and use the sdk you need to have node js installed on your machine. You will need to have also installed typescript and tsd. The following command will install typescript and tsd globally for you:

npm install -g typescript

Open up the folder using node.js. To install the count entities script you should type the command:

npm install

This is will install the script and all the relevant dependencies.

To connect it to your project you need to change the following constants in the script.ts

var appID = "{{appID}}";

var projectName = "{{ProjectName}}";

API keys can be found in the mendix home portal.

Use the Script

Once the visualiser is installed type: tsc to compile the script code.

Then after compiled type: node script.js

About

Simple SDK Script to create document with Entity, Microflows and Pages for Each Module

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published