Skip to content

Commit b13fff8

Browse files
committed
Improve readme
1 parent 5654f4c commit b13fff8

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ Mendix projects are stored in binary `.mpr` files that AI agents can't read dire
1616
- **Linting** - Check projects for common issues
1717
- **Unix pipe support** - Output formats designed for scripting and chaining
1818

19-
## What is mxcli
19+
## What is mxcli?
2020

2121
Mxcli is a tool that enables some of the following use cases.
2222

23-
## A textual DSL for mendix models
23+
### A textual DSL for mendix models
2424

2525
MDL, Mendix Definition Language, is a DSL that provides textual models at the same abstraction level as the visual models in Studio Pro.
2626

@@ -68,10 +68,12 @@ The catalog tables are exposed as Starlark APIs so you can use the available dat
6868

6969
### VSCode for Mendix projects
7070

71-
The easiest way to use mxcli is in vscode. You can run Claude Code inside vscode, mxcli installs a Mendix vscode extension that helps you review and understand your Mendix project. The project structure shows you all modules with document, similar to the app explorer in Mendix Studio Pro.
71+
The easiest way to use mxcli is in vscode. You can run Claude Code inside vscode, mxcli installs a Mendix vscode extension that helps you review and understand your Mendix project.
7272

7373
![mxcli vscode claude code](docs/images/mxcli-vscode-claude.png)
7474

75+
The project structure shows you all modules with document, similar to the app explorer in Mendix Studio Pro. The VSCode extension also provides visualizations for some Mendix document types, ensuring you can review the generated documents without leaving VSCode.
76+
7577
![mxcli vscode mendix extions](docs/images/mxcli-vscode-ext.png)
7678

7779
### Run and test your Mendix projects

0 commit comments

Comments
 (0)