mxlint / mxlint-cli

A set of CLI tools to enhance Mendix app development workflows. They are mainly designed for professionals but should be usable for everybody.
https://cinaq.com
GNU Affero General Public License v3.0
21 stars 5 forks source link

Ability to reflect change! #9

Closed saefbataineh closed 5 months ago

saefbataineh commented 5 months ago

Hello Guys، Great job and good tool, I want to ask: Can I modify the code through the editor and then reflect the changes in the modular? Example... I deleted an inline-style from VS code editor, how to reflect this change on modular?

xiwenc commented 5 months ago

Hi @saefbataineh ,

this tool currently only supports exporting the model to yaml format. It cannot import (read: change or create MPR file). The MPR format is proprietary to Mendix. Your best bet now is to use model SDK (https://docs.mendix.com/apidocs-mxsdk/apidocs/model-platform-sdk/)