ferd / ferd/recon

app_deps.erl enhancements

Open
#98 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
Erlang
Stars
1.4k
Forks
276
PR merge metrics
No merged PRs in 30d

Description

@ferd would it be possible to add `ebin` directories under `_checkouts` to `script/app_deps.erl`?
```erlang
main(_) ->
AppFiles = filelib:wildcard("deps/*/ebin/*.app")
++
filelib:wildcard("apps/*/ebin/*.app")
++
filelib:wildcard("ebin/*.app")
++
filelib:wildcard("_build/default/lib/*/ebin/*.app")
++
filelib:wildcard("_checkouts/*/ebin/*.app"), %% _checkouts
to_graphviz(read_deps(AppFiles)).
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.