Codemods are transformations that run on your codebase programmatically. This allows a large number of changes to be programmatically applied without having to manually go through every file.
React Codemod
powered by Rust/SWC
- Display names
- Add display name
- Rename display name
- Delete display names
- Storybook
- Create story files for components
TBD
TBD
TBD
- Rust
- Rustup
- Cargo
git clone repo
cargo build
By default the workspace is configured to build remod_cli
The binary should be built in /target/debug/remod_cli
Run remod_cli --h
to see the list of available commands and their usage
cargo run