0.1.2 • Published 3 months ago

@reduxjs/rtk-codemods v0.1.2

Weekly downloads
-
License
-
Repository
github
Last release
3 months ago

RTK Codemods

A collection of codemods for updating legacy Redux Toolkit API usage patterns to modern patterns.

Usage

To run a specific codemod from this project, you would run the following:

npx @reduxjs/rtk-codemods <TRANSFORM NAME> path/of/files/ or/some**/*glob.js

# or

yarn global add @reduxjs/rtk-codemods
rtk-codemods <TRANSFORM NAME> path/of/files/ or/some**/*glob.js

Local Usage

node ./bin/cli.mjs <TRANSFORM NAME> path/of/files/ or/some**/*glob.js

Transforms

Contributing

Installation

  • clone the repo
  • change into the repo directory
  • yarn

Running tests

  • yarn test

Update Documentation

  • yarn update-docs