We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa3ee91 commit 2784947Copy full SHA for 2784947
template/project/README.md.jinja
@@ -0,0 +1,9 @@
1
+# Code generated from the linkML model
2
+
3
+This directory holds the output generated with [LinkML generators](https://linkml.io/linkml/generators/index.html)
4
+from the model in `src/{{project_slug}}/datamodel/schema/{{project_slug}}.yaml`.
5
+Generators transform a linkml schema into another datamodel such as SQL or RDF, or into other artefacts,
6
+such as JSON-Schema, a visualisation, or markdown documentation.
7
8
+In a future version of the template this directory will be empty except for the readme.
9
+Thereby updating the template will never interfere with code that you generated from your model.
0 commit comments