@swift-rust/codemod
v0.2.0
Published
Automated refactors for swift-rust projects.
Downloads
120
Readme
@swift-rust/codemod
Automated refactors for swift-rust projects. Run from the CLI to upgrade code between major versions, replace deprecated APIs, and apply framework-specific patterns.
Built-in transforms
img-to-image— replaces<img>tags with<Image>fromswift-rust/image.
Usage
import { runCodemod, imgToImage } from "@swift-rust/codemod";
const result = runCodemod(imgToImage, "app");
console.log(`changed ${result.changed} files`);