(Go: >> BACK << -|- >> HOME <<)

Skip to content

linkml/linkml-schemaorg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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