add an "Used In" in the html output#60
Conversation
Conflicts: .gitignore
… web output is asked
There was a problem hiding this comment.
This is only set in the if () but you use it always in L151.
squash! avoid notice when no depency file is provided
There was a problem hiding this comment.
And it would be better to use an option IMO
|
@Seldaek, yes it seems so. |
|
👍 |
1 similar comment
|
👍 |
There was a problem hiding this comment.
Crazy nitpick — but this should go on the previous line.
|
hello, is there anything I can do to this this merged ? is it usefull or not ? |
|
👍 |
|
@omansour sorry for the delay in giving you feedback. It seems good overall (showing dependencies), but I don't quite understand the point of the additional dependency-file argument? What do you use for that? The way I see it it's either an incomplete feature or an unnecessary one. |
|
@Seldaek no pb :) the idea behind the dependency-file is to add repos who can appears in the "used in" row but cannot be installed. ie. project that aren't libs or bundle. It's the way i use it at work. hope it's clear see u |
|
Not so clear no, can you give a concrete example? Also can you tell me what exactly goes in this dependency-file? Is it a composer.json of a project, or a list of packages and their requirements? |

allowing users to see where the package is used
an optional file can be passed to the command to scan extra repos. written quiet quickly.
thanks