Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 323 Bytes

File metadata and controls

23 lines (15 loc) · 323 Bytes

Map Selectors

Processes code in a directory and maps what redux selectors are used and where.

Usage

install dependencies

deno install

change the diretory on line 6 in main.ts to the directory you want to scan

main("path/to/directory");

run the script

deno run main.ts