Some projects have many dependencies and the graphs can get too large (#11). One option would be to add a --depth option in order to limit the depth of the resulting graph.
For example, the following could be used to display only direct dependencies (i.e. no sub-dependencies):
$ graph-composer show --depth=1
Special care may have to be taken with regards to loops/circles in the graph.
Some projects have many dependencies and the graphs can get too large (#11). One option would be to add a
--depthoption in order to limit the depth of the resulting graph.For example, the following could be used to display only direct dependencies (i.e. no sub-dependencies):
Special care may have to be taken with regards to loops/circles in the graph.