01Extracts string literals, template literals, and complex nested objects from TypeScript/JavaScript code.
02Replaces source file content with a configurable migration message after successful extraction.
03Extracts SVG components, removes React-specific code, and saves them as individual .svg files.
04Supports extending the supported patterns by modifying the source code.
05Preserves template variables and nested object structures with dot notation.
064 GitHub stars