Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 525 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 525 Bytes

LinkML Project Template

A template for LinkML projects

This repo requires poetry as a system dependency

https://python-poetry.org/docs/#installation

Once the poetry application is installed and the repo is cloned, run this once: poetry install to get the python dependencies

Rename src/linkml/my-project.yaml to your own project name

Then type:

make all

you will get a project directory with derived artifacts, including the python classes

more on documentation later