I am developing script that autolayout microflows in your project.
https://github.com/vietduc1441/mfautolayout
Hi Simon,
I am trying to install it using the readme. md. The npm install
goes well, things are happening in the node js command prompt. But when trying tsd install
nothing happens, not in command prompt and not in node js. I don't know how to open the folder in the node.js. What am I missing here?
Jasper Van Der Hoek created a sdk script to visualise dependencies of microflows:
https://github.com/jaspervanderhoek/SDK-mf-hierarchy
https://github.com/jaspervanderhoek/MFHierarchyNetwork
Here is another great example of a model SDK script which may help you with documenting entities, microflows and pages.
I built another useful script which I thought I would share.
http://github.com/simo101/MendixSecurityAudit
This script allows you to generate a excel file with all the user roles mapped with their module roles. It will also tell you which entities, microflows and pages these roles have access to.
It's a really great way to do a quick security audit of your apps.
Enjoy :)