cruft create https://github.com/linkml/linkml-project-cookiecutter
https://OpenCloning.github.io/moclo-syntax-model
- examples/ - example data
- project/ - project files (do not edit these)
- src/ - source files (edit these)
- tests/ - Python tests
Details
To run commands you may use good old make or the command runner [just](https://github.com/casey/just/) which is a better choice on Windows. Use the `make` command or `duty` commands to generate project artefacts: * `make help` or `just --list`: list all pre-defined tasks * `make all` or `just all`: make everything * `make deploy` or `just deploy`: deploys siteThis project was made with linkml-project-cookiecutter.