UNPKG

mxdocgen

Version:

A small tool that mimics the documentation generation capabilities offered in Mendix Studio Pro, but with greater flexibility. It uses the Mendix Model SDK to extract information from a Mendix model, which is then fed into a set of templates to generate

17 lines 365 B
"use strict"; exports.__esModule = true; exports.clientOptions = { username: { type: "string", demandOption: true, requiresArg: true, group: "Credentials:" }, apikey: { type: "string", demandOption: true, requiresArg: true, group: "Credentials:" } }; //# sourceMappingURL=client.js.map