Input:
- files to scan I.E ["./src", "./test", ...]
- what to scan for I.E ["ExampleModel.", "models.ExampleModel.", ...]
- exclude from scan I.E ["./src/example-folder", ...]
Results:
- From folder: "./src":
- Number of occurrences: *number*
- Occurrences: string[] of file paths
- From folder: "./test": - Number of occurrences: *number*
- Occurrences: string[] of file paths
This needs to be something I can write in Javascript or Python. Or preferably if you already know of such a tool please point me to it! :DWould appreciate any idea, comment or suggestion! Thanks :)