Locates the project root by looking for either a `.project` file or an `_project.yml` file.

find_prj(path = ".")

Arguments

path

Starting path to search from. Defaults to current directory.

Value

The project root directory path.