A collection of codemods for updating legacy Reselect API usage patterns to modern patterns.
To run a specific codemod from this project, you would run the following:
npx reselect-codemods <TRANSFORM NAME> path/of/files/ or/some**/*glob.js
# or
yarn global add reselect-codemods
reselect-codemods <TRANSFORM NAME> path/of/files/ or/some**/*glob.jsnode ./bin/cli.mjs <TRANSFORM NAME> path/of/files/ or/some**/*glob.js
- clone the repo
- change into the repo directory
yarn
yarn test