Frederic G. MARAND 70787cb8fa First commit: hard-coded for current project. | há 3 anos atrás | |
---|---|---|
templates | há 3 anos atrás | |
.gitignore | há 3 anos atrás | |
LICENSE.md | há 3 anos atrás | |
Makefile | há 3 anos atrás | |
README.md | há 3 anos atrás | |
go.mod | há 3 anos atrás | |
go.sum | há 3 anos atrás | |
phpdeps.go | há 3 anos atrás |
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.