1.0.3 • Published 9 years ago
find-js-imports v1.0.3
find-js-imports
find-js-imports is a cli tool for locating files that use a specified module's
exports.
Usage
To find uses of the connect method from react-redux module in the
redux codebase you would run find-js-imports react-redux connect.

Installation
$ npm install -g find-js-importsTo update run:
npm update -g find-js-importsLicense
MIT