Skip to content

fridrich/modello

 
 

Repository files navigation

Modello

Maven Central MIT License Build Status

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.

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

Releases

No releases published

Packages

No packages published

Languages

  • Java 99.9%
  • Other 0.1%