jhipster-uml

UML support for JHipster via XMI files

Usage no npm install needed!

<script type="module">
  import jhipsterUml from 'https://cdn.skypack.dev/jhipster-uml';
</script>

README

version Build Status Dependencies status devDependency Status peerDependency Status

Welcome to JHipster-UML!

This project's main goal is to bring support of UML (more precisely, XMI) files (from various editors) to JHipster so that it can read the files, without you answering the questions.

You'll be able to create your entities by supplying a UML file (made with your favorite editor, if it supports XMI) to JHipster, and we'll take care of creating your entities for you!

We support: Modelio, UML Designer and GenMyModel. Moreover, we can convert your XMI file to a JDL one, so that you can use it with JDL Studio!

For more information, visit our Wiki page in JHipster's wiki.

Pretty important note: v2.0.0 only supports JHipster v3.0+. The versions before v2.0.0 still support anterior versions of JHipster.

Another pretty important note: if you don't supply all the information we ask (JHipster UML's version, XMI file, etc.) when submitting an issue, nobody can help you... So please, provide us with all the data we need. Thanks.