linkml / linkml-project-cookiecutter

A cookiecutter for linkml projects. An equivalent of `linkml-ws new project-name`.
Creative Commons Zero v1.0 Universal
14 stars 16 forks source link

feat: 3rd use environment vars to workaround issues #94

Closed noelmcloughlin closed 5 months ago

noelmcloughlin commented 5 months ago

This PR does the following:

  1. set typescript environment variable (args) to trigger gen-typescript
  2. set java environment variable (args) to trigger gen-java
  3. set owl environment variable (args) if rdfs is needed (https://github.com/linkml/linkml/issues/1453)

This PR replaces #69

noelmcloughlin commented 5 months ago

See also #95 and comments in https://github.com/linkml/linkml-project-cookiecutter/issues/57