Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 495 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 495 Bytes

MxModelSDKDomainExport

This little tool is based on the Mendix Model SDK and provides an easy way to export all basic info from your domain models into a csv file. For more information on the model SDK and prerequisits, please check the Mendix documentation https://docs.mendix.com/apidocs-mxsdk/mxsdk/setting-up-your-development-environment

Usage

  1. Fill in your username, apikey, projectId and projectName (all from Mx Sprintr)
  2. Run "npm install"
  3. Run "tsc"
  4. Run "node scripts.js"