View Source ProjectIdent (LowEndInsight v0.8.1)

ProjectIdent module

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.

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

get_project_types_identified: takes in a Repository and will return a list of maps 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
@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

Link to this function

get_project_types_identified(repo)

View Source

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