LowEndInsight v0.6.2 ProjectIdent View Source

Link to this section Summary

Functions

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

Link to this section Functions

Link to this function

categorize_repo(repo, project_types)

View Source

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

Link to this function

find_files(repo, project_type)

View Source

Specs

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