Skip to content

Commit c053e70

Browse files
committed
Add notes in readme
1 parent fe65cc2 commit c053e70

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
Support for N-dimensional arrays in LinkML.
44

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+
513
# Acknowledgements
614

715
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

Comments
 (0)