npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

@reduxjs/rtk-codemods

0.1.2

@phryneas

npmHomeRepoSnykSocket
Downloads:254
$ npm install @reduxjs/rtk-codemods
DailyWeeklyMonthlyYearly

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

  • createReducerBuilder
  • createSliceBuilder
  • createSliceReducerBuilder

Contributing

Installation

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

Running tests

  • yarn test

Update Documentation

  • yarn update-docs