grep-imports
v0.0.3
Published
NodeJS utility allowing to grep all named imports from a chosen library
Downloads
5
Readme
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