elixir-europe / biovalidator

JSON validator derived from AJV supporting ontology and taxonomy validation.
Apache License 2.0
19 stars 6 forks source link

Code optimization and move to a single command #37

Closed theisuru closed 2 years ago

theisuru commented 2 years ago

Made some improvements to code and structure Now instead of two commands for CLI and server, there is only one entry point. If -s and -d are not provided start as the server in default mode.