repo-visualizer icon indicating copy to clipboard operation
repo-visualizer copied to clipboard

Feature: Option to add diagrams to nested folders

Open njm222 opened this issue 2 years ago • 0 comments

I really like repo-visualizer, thanks for the action!

But it would be really cool if we could create multiple svgs with an array of objects where the properties of the object are the existing inputs

...And a bonus feature would be to allow for regex matching so if you want multiple diagrams in the immediate children directories of a particular directory it is easy to do! (instead of copying:

uses: githubocto/[email protected]
  with:
    output_file: "images/diagram.svg"
    root_path: "/"

for each svg)

njm222 avatar Dec 22 '21 18:12 njm222