A place to learn about linkml-run-examples. Brought to you by the LinkML Cookiecutter.
- examples/ - example data
- project/ - project files (do not edit these)
- src/ - source files (edit these)
- example_runner_sandbox
- schema -- LinkML schema (edit this)
- example_runner_sandbox
- datamodel -- Generated python datamodel
- tests - python tests
Use the `make` command to generate project artefacts:
make all
: make everythingmake deploy
: deploys site
this project was made with linkml-project-cookiecutter