README (codemod) Codemod ("Code Modification") is the practice of using code to do large scale refactors. Usage: npx ts-node <path-to-file> We perform codemod using the ts-morph library. Resources: https://ts-morph.com/ https://ts-ast-viewer.com/ Introductory articles: https://blog.kaleidos.net/Refactoring-Typescript-code-with-ts-morph/ https://www.jameslmilner.com/post/ts-ast-and-ts-morph-intro/