grep-imports Allows to inventorize all named imports of a given dependency, in a repository. Usage The following command greps imports from "react" in the current directory and its subfolders and outputs them in imports.csv. npx grep-imports -d react