Lists repositories for the authenticated user or a specific author.
$ mix hf.repos
$ mix hf.repos --author my-org
$ mix hf.repos --type dataset
$ mix hf.repos --author huggingface --limit 20
Options
--author/-a— list repos for this user/org--type/-t—model,dataset,space(default: all)--limit/-n— max results (default: 20)--sort/-s— sort by:downloads,likes,lastModified--token— HF API token