Skip to content

ivoa/DataModelTemplate

Repository files navigation

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

About

A template for a new IVOA Data Model

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published