softwarepub / hermes

Implementation of the HERMES workflow
https://docs.software-metadata.pub
Other
21 stars 6 forks source link

Feature/276 harvesting metadata from a provided repository url #278

Open Aidajafarbigloo opened 4 weeks ago

Aidajafarbigloo commented 4 weeks ago

Added the URL to the hermes harvest command. Now, the command hermes harvest harvest the metadata from the local repository, and hermes harvest --url <URL> allows harvesting metadata from the provided URL, with support for GitHub and GitLab repositories.

(e.g., hermes harvest --url https://github.com/NFDI4Energy/SMECS)

Aidajafarbigloo commented 4 weeks ago

@sferenz Could you please take a look at this pull request and share your feedback?