Skip to content

IC-FOODS/linkml-runtime.js

 
 

Repository files navigation

linkml-runtime.js

Status: EXPERIMENTAL

This is an experimental translation of linkml-runtime to Typescript/Javascript

The goal is to be as lightweight as possible. Currently there are two modules:

  • MetaModel
    • this is an automated translation of the linkml metamodel to Typescript
    • this is entirely interface/type declarations - the compiled js is empty
  • SchemaView
    • manual translation (HIGHLY INCOMPLETE) of schemaview.py

For examples see test/data

You can convert a linkml schema to typescript using gen-typescript (part of the main linkml package)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 99.4%
  • Other 0.6%