This repository contains a collection of codemod scripts to use with JSCodeshift that help update Admin UI APIs.
npx admin-ui-codemod <transform> <path> [...options]
-
transform
- name of transform, see available transforms below. -
path
- files or directory to transform - use the
--dry
option for a dry-run and use--print
to print the output for comparison
This will start an interactive wizard, and then run the specified transform.
Update Button
props to the 0.122.0+ specs.
npx admin-ui-codemod button-review <path>
Migrate from Set
to Stack
npx admin-ui-codemod set-to-stack <path>
Update Radio
& RadioGroup
props to the latest specs (0.126.0+)
npx admin-ui-codemod radio-review <path>
Migrate Toggle
to Switch
. Update Switch
props to the latest specs (0.128.0+)
npx admin-ui-codemod toggle-to-switch <path>
Update Tag
props to the latest specs (0.132.0+)
npx admin-ui-codemod tag-review <path>