weso / hermes

A ShExCSV to ShExC Translator.
MIT License
0 stars 1 forks source link

User should be able to use the tool from the CLI #8

Open thewillyhuman opened 4 years ago

thewillyhuman commented 4 years ago

As a user I want to be able to use the tool from the CLI Because I don't know how to code

thewillyhuman commented 4 years ago

Up to this moment hermes can only be used programatically. That is, it lacks from any user interface. The idea is to create another module in the root project that includes some kind of façade for the hercules-core. This façade should be a CLI tool that allows the cominication between the user and the HermesTranslator interface.

https://github.com/weso/hermes/blob/893781a24d68530b16cf6357f35a61e1c2d3a04d/hermes-core/src/main/java/es/weso/hermes/HermesTranslator.java#L33