Skip to content

Commit 2784947

Browse files
committed
Add README.md to project folder
1 parent fa3ee91 commit 2784947

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

template/project/README.md.jinja

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)