nfdi4plants/arc-validate

Add API project to consume and run validation packages

Closed this issue · 2 comments

A hard requirement for v2 is the consumption and execution of validation packages from the validation package index.

Basically, it has to perform 2 functions:

  • Download a package by querying the package index and keeping it up to date.
  • Execute the package. packages are just F# scripts, so we should be fine by just calling dotnet fsi programmatically.

This API should then subsequently added as commands for the cli tool.

API implemented #45

CLI will be implemented in #48