jataware / domain-model-examiner

The goal of this process is to perform machine reading over the model codebase in order to automatically extract key metadata.
MIT License
1 stars 0 forks source link

Analyze repo remotely #8

Closed brandomr closed 3 years ago

brandomr commented 3 years ago

Let's abstract the need to download a repository away from the user so that DMX is simply pointed to a URL.

Behind the scenes you could download the repo to tmp or something like that, then delete it as cleanup.

GoogleSheets commented 3 years ago

Just pushed update to use URL passed in command-line. Downloads to tmp and then cleans-up.

brandomr commented 3 years ago

Works nicely. Could you update the README to reflect this option?