|
%!s(int64=4) %!d(string=hai) anos | |
---|---|---|
templates | %!s(int64=4) %!d(string=hai) anos | |
.gitignore | %!s(int64=4) %!d(string=hai) anos | |
LICENSE.md | %!s(int64=4) %!d(string=hai) anos | |
Makefile | %!s(int64=4) %!d(string=hai) anos | |
README.md | %!s(int64=4) %!d(string=hai) anos | |
go.mod | %!s(int64=4) %!d(string=hai) anos | |
go.sum | %!s(int64=4) %!d(string=hai) anos | |
phpdeps.go | %!s(int64=4) %!d(string=hai) anos |
PHPdeps is a tiny utility that walks a filesystem subtree below the current
directory, looking for composer.json
files.
From each of these, it extracts the internal elements name
, require
,
and require-dev
and the relative path, and builds a dependency graph
between them in Graphviz format.
In this initial version, external dependencies are hardcoded to be excluded ; a future version is likely to improve on this.