structure-codes / cli

cli tool for generating trees from a user's file system as well as building structures in the file system from an existing tree

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support for `.treerc` file on project root

paulomfr opened this issue · comments

It would be nice to create a .treerc file on the project's root instead of having only a global one.

Sometimes we would like to customize the ignore folders and files, and passing a log inside the CLI command becomes a little bit annoying.

Ps was my first time experimenting with this tool and loved it. Very helpful.