Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 787 Bytes

File metadata and controls

25 lines (20 loc) · 787 Bytes

Template Data Model Project

This is a template project for creating a new Data Model using vodml tools.

Steps to use it

  1. decide on your DM name!
  2. copy the repository (in github it can be used as a template on creation)
  3. decide on model name then run (note that the project name is whatever you called the github project)
./setup.sh
  1. check that the build works with
gradle test

If 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