Commandline interface for the udias platform.
Checkout the live version: http://udias.online
Install the tool globaly to access it directly through a terminal.
npm install -g udias-cli
Afterwards you can use the following commands:
udias types # list available task types
udias request # create a new task as a suppliant
udias response <inforHash> # process an existing task as a patron
Otherwise you can omit a parameter to open the help menu.
Use npm install
to load all dependencies.
Run node build
to create and run the application on your local system.
Run npm run build && npm run start
to create and run the application on your local system.