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

36 lines 842 B
"use strict"; exports.__esModule = true; exports.projectOptions = { mpk: { type: "string", requiresArg: true, group: "Project:", conflicts: ["projectid", "workingcopyid"] }, projectid: { type: "string", requiresArg: true, group: "Project:", implies: ["revision", "branch"], conflicts: ["mpk", "workingcopyid"] }, revision: { type: "number", requiresArg: true, group: "Project:", implies: "projectid" }, branch: { type: "string", requiresArg: true, group: "Project:", implies: "projectid" }, workingcopyid: { type: "string", requiresArg: true, group: "Project:", conflicts: ["mpk", "projectid"] } }; //# sourceMappingURL=project.js.map