build4code
Version:
The repository supports the NPM build process based on UML models created and managed with the JSONEditor4Code. A JSON file defines the attributes and methods of a class and a JSON editor running in a browser allows the generation of Javascript code. In t
12 lines (10 loc) • 310 B
JavaScript
const codegen = require('./codegen/index.js');
const js2uml = require('./js2uml/index.js');
const build = require('./builder/index.js')
let build4code = {
"codegen": codegen,
"js2uml": js2uml,
"build": build,
};
// -------NPM Export Variable: Handlebars4Code---------------
module.exports = build4code;