# `ProjectIdent`
[🔗](https://github.com/gtri/lowendinsight/blob/main/lib/project_ident.ex#L5)

  ProjectIdent module

# `categorize_repo`

categorize_repo/1: takes in a Repository and will return a list
of found project types within the repo.

# `find_files`

```elixir
@spec find_files(atom() | %{path: any()}, atom() | %{files: any(), path: any()}) :: [
  binary()
]
```

find_files: Traverses paths according to the given repository and project type
and returns a list of matches

# `get_project_types_identified`

get_project_types_identified: takes in a Repository and will return a list of maps
of found project types within the repo.

---

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