https://github.com/dalito/test-linkml-project-copier
https://github.com/dalito/test-linkml-project-copier
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/dalito/test-linkml-project-copier
- Owner: dalito
- License: mit
- Created: 2025-02-10T21:51:44.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-04T07:59:42.000Z (about 1 year ago)
- Last Synced: 2025-04-04T08:33:43.399Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 788 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# test-linkml-project-copier
Test instance of linkml-copier-template.
## Documentation Website
[https://dalito.github.io/test-linkml-project-copier](https://dalito.github.io/test-linkml-project-copier)
## Repository Structure
* [docs/](docs/) - mkdocs-managed documentation
* [elements/](docs/elements/) - generated schema documentation
* [examples/](examples/) - Examples of using the schema
* [project/](project/) - project files (these files are auto-generated, do not edit)
* [src/](src/) - source files (edit these)
* [my_awesome_schema](src/my_awesome_schema)
* [schema/](src/my_awesome_schema/schema) -- LinkML schema
(edit this)
* [datamodel/](src/test_linkml_project_copier/datamodel) -- generated
Python datamodel
* [tests/](tests/) - Python tests
* [data/](tests/data) - Example data
## Developer Tools
There are several pre-defined command-recipes available.
They are written for the command runner [just](https://github.com/casey/just/). To list all pre-defined commands, run `just` or `just --list`.
## Credits
This project uses the template [linkml-project-copier](https://github.com/dalito/linkml-project-copier) published as [doi:10.5281/zenodo.15163584](https://doi.org/10.5281/zenodo.15163584).