An open API service indexing awesome lists of open source software.

https://github.com/dalito/test-linkml-project-copier


https://github.com/dalito/test-linkml-project-copier

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

Copier Badge

# 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).