Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create a library to support programmatic processing of item files #215

Closed
erikhofer opened this issue Oct 5, 2022 · 0 comments · Fixed by #246
Closed

Create a library to support programmatic processing of item files #215

erikhofer opened this issue Oct 5, 2022 · 0 comments · Fixed by #246

Comments

@erikhofer
Copy link
Member

In principle, you can already use a simple YAML parser to work with the files.
This is, however, not very convenient. A small library that enriches the data model would help with making the data more accessible.

We will start with a JavaScript (TypeScript) library and may add a JVM implementation later. Other platform would probably need to be supported by the community.

The library should somehow sit on top of the specification (#214).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant