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
23 lines • 573 B
JavaScript
exports.__esModule = true;
exports.templateOptions = {
templatedir: {
type: "string",
requiresArg: true,
group: "Templates:",
implies: ["templateext", "templatemain"]
},
templateext: {
type: "string",
requiresArg: true,
group: "Templates:",
implies: ["templatedir", "templatemain"]
},
maintemplate: {
type: "string",
requiresArg: true,
group: "Templates:",
implies: ["templatedir", "templateext"]
}
};
//# sourceMappingURL=templates.js.map
;