You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,14 @@
2
2
3
3
Support for N-dimensional arrays in LinkML.
4
4
5
+
# Quick reference for common commands
6
+
7
+
```bash
8
+
cd linkml-model
9
+
poetry run gen-json-schema tests/input/examples/schema_definition-array-2.yaml
10
+
poetry run gen-pydantic tests/input/examples/schema_definition-array-2.yaml
11
+
```
12
+
5
13
# Acknowledgements
6
14
7
15
This [cookiecutter](https://cookiecutter.readthedocs.io/en/stable/README.html) project was developed from the [monarch-project-template](https://github.com/monarch-initiative/monarch-project-template) template and will be kept up-to-date using [cruft](https://cruft.github.io/cruft/).
0 commit comments