This is a template project for creating a new Data Model using vodml tools.
- decide on your DM name!
- copy the repository
- update the repository to use that name
- rename files to use that name rather than TemplateDM*
- edit the content of some files
- settings.gradle.kts first line needs editing
- vo-dml/TemplateDM-v1.vodml-binding.xml (or at least the renamed version) should have appropriate file and model names used.
- doc/std/TemplateDM.tex should have the included description and model diagram names updated.
- mkdocs_template.yml (note that this should not be renamed) and doc/site/index.md should be customized and extended.
- Use the tools (more detail)
gradle test
should build the model and run tests against it.
gradle testSite
should build the site and make it available at http://localhost:8000