# modello **Repository Path**: qkzztx_admin/modello ## Basic Information - **Project Name**: modello - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2023-07-06 - **Last Updated**: 2023-07-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Modello ======================= [![Maven Central](https://img.shields.io/maven-central/v/org.codehaus.modello/modello.svg?label=Maven%20Central)](https://search.maven.org/artifact/org.codehaus.modello/modello) [![MIT License](https://img.shields.io/github/license/codehaus-plexus/modello.svg?label=License)](http://www.apache.org/licenses/) ![Build Status](https://github.com/codehaus-plexus/modello/workflows/GitHub%20CI/badge.svg) Modello is a framework for code generation from a simple model. Modello generates code from a simple model format: based on a plugin architecture, various types of code and descriptors can be generated from the single model, including Java POJOs, XML/JSON/YAML marshallers/unmarshallers, XSD and documentation. # Documentation Documentation can be found on the Modello site hosted at [Github.io](http://codehaus-plexus.github.io/modello/). This site is generated by running: ``` mvn -Prun-its,reporting clean verify site site:stage ``` # Licensing Modello is licensed under the therms of the [MIT License](http://opensource.org/licenses/mit-license.php)