# `mix hf.repos`
[🔗](https://github.com/huggingface/huggingface_client/blob/v0.1.0/lib/mix/tasks/hf.repos.ex#L1)

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

---

*Consult [api-reference.md](api-reference.md) for complete listing*
