This is a template project for creating a new Data Model using vodml tools.
- decide on your DM name!
- copy the repository (in github it can be used as a template on creation)
- decide on model name then run (note that the project name is whatever you called the github project)
./setup.sh- check that the build works with
gradle testIf that goes wrong it should be possible to get back to the original with
rm -fr model/* vo-dml/* src/test/java/* ;git restore doc/site/*.md vo-dml/ model/ build.gradle.kts settings.gradle.kts src/test/java/org/ivoa/dm/mymodel/MymodelModelTest.java ReadMe.md mkdocs_template.yml