Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 336 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 336 Bytes

FsOntology

A toolkit for working with ontology data structures in .NET

build tasks

  • Build the project:

    • If developing in VS, you can use VS interface (e.g. rightclick -> build)
    • via cli: ./build.cmd
  • Test the project:

    • If developing in VS, you can use VS Test explorer
    • via cli: ./build.cmd runTests