tum-esi / wot-system-description

Description for WoT Mashups and automatic conversion to UML Sequence Diagrams and vice versa

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Separating CLI-like usage from main application logic

egekorkan opened this issue · comments

Currently, the main.ts is the entry point but other classes and functions also use filesystem etc. making it difficult to use outside of a cli environment (in other packages).
They should be separated to allow easier integration to other packages.